An open API service indexing awesome lists of open source software.

https://github.com/nice-digital/screeningtestertask1


https://github.com/nice-digital/screeningtestertask1

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# NICE Tester -- screening task

A system has been developed based on _User story #123_, which processes user inputs.

## User story #123

A system that is required which takes characters (a-d and A-D only) and an action to perform on the characters.

Actions are:

1. `+` To make a character in upper case if it is not already
2. `-` To make a character in lower case if it is not already

This is an example how the system should work:

User input:

-A,+a,--B,+c

System output:

aAbC

## Instructions

1. Create a table like the one below to describe the test data, your test intention and the results you expect from the system.




Test Data
Test Intention
Expected Results




-A,+a,-B,+c
To check if the system works
aAbC


...




2. What improvements would you suggest to the business analyst for _User story #123_?

Submit your solutions by emailing a document by replying to your interview invite email.