2.How are you going to map between Test Scenarios and Test
Cases?
Answers were Sorted based on User's Feedback
Answer / sreedevi
Using Traceability Matrix we will map test scenario and test
case
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / keshab
Test Scenarios is a collection of test case that is related
to each other like on test case is use to insert data in
that table , 2'nd test case is use to modify data in table
3rd is use to deete data from table
| Is This Answer Correct ? | 0 Yes | 0 No |
Can any body tell me in real time how cookies testing is done. And please tell me the steps.And for cookies testing test cases is needed.
Retesting will be coducted on particuler bug or entair application?
write 3 main test cases for excel sheet?
what is user interface testing?
Tell me some Adhoc testing scenarios of ebay (online auction product)?
What type of testing you do in your project?
3 Answers Geometric Software, TCS,
what is diffrerence between build and version
What should be done after a bug is found?
Hello. I am not here to answer your question. I jus found a job as software QA engr. And i am totally new to software testing. So can someone pls help me in the following scenario? there is this registration screen, and it contain: One textbox called Nickname which only accept alphanumerical One textbox called Contact which only accept numerical, One textbox called Email which can be filled with alphanumerical and symbol and One button called Register now becos there is so many textboxes, where i can filled with alphabet, number, symbol, "just space", leading zeros, leading space. there will be lots of combination. can someone pls help.. i will be appreciated if u can post the test case of the scenario i mentioned. Lots of Thanks
What is inter-operability?
What is User Acceptance testing and when u'll do this and who will do this testing. If u got any bug while doing UAT what would be the status of Severity and Priority?
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;