write testcases for keyboard
Answer / nisha
To write testcase for Keyboard.First we need to prepare test scenario.From test scenario we r writting each & every test cases like positive,negative,Functional,Gui testcases.
Test scenario:
1.Verify Inputs of keyboard
2.Verify each & evry control buttons
Format of Testcase
TID testDescrption Tstdata expectedResult Actual Pass/Fail
testdescription:Enter data from keyboard
Tstdata:1234567
expectedResult:It should accept numbers
testdescription:Enter data from keyboard
Tstdata:asdfgh
expectedResult:It should accept alphabets
other test descriptions are:
Clik insert
Click HOme
Click Delete
Click page down
click page up
click print screen
click pause
Click tab
click Esc
click Caps Lock
Click enter
Click shift
Click Alt
For each & every function we need to write +ve & -Ve test cases
Is This Answer Correct ? | 5 Yes | 3 No |
If you have 1000 test cases which takes atleast 4 months for execution and now project has to be delivered within 2 weeks how will you execute your test cases. Which ones should be executed first.
online demo for bug tracker tool(let me know the website)
Give me an example when black box testing will not able to detect a bug which white box will detect?
What is SRS , BRS and FDS?
I have password field in my application.while entering data into pwd field the characters are not encrypted will it come under gui testing or unit testing? is gui testing checked by typing or entering data into fields?
do we need to write test cases for workflow of the product for instance: there is 2 module "TRAINING ASSIGN MODULE" and "EMPLOYEE" in TRAINING assign MODULE iam assigning training to employee setp is 1.selct traning "oracle" 2.select employee u want assign "peter" 3.apply. now to check whether training assign or not GOTO EMPLOYEE module 1.click on "peter" 2.click on 'view assign to employee'link.now this is a flow do i need to write test cases for this fllow.plz help me guy mail me nirmal_rawatt@rediff.com
when do u stop testing?
Who will assign severity and priority to the bug?
When are the followings prepared: 1.Software Test Plan 2.User Acceptance Test Plan
which type fo Error occurred in localization testing and globalization testing explain me with example thanks Pradeep Singh
At what stage of the life cycle does testing begin?
what is the purpose of writing testcases?