https://github.com/nice-digital/screeningtestertask1
https://github.com/nice-digital/screeningtestertask1
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nice-digital/screeningtestertask1
- Owner: nice-digital
- Created: 2012-03-23T20:14:52.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-23T20:16:48.000Z (about 14 years ago)
- Last Synced: 2025-01-08T10:45:23.903Z (over 1 year ago)
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.