Answer Posted / jawahar
Test Scenario:
A set of test cases to check the functionality of the
application
Test cases:
A set of test input and test programs and their expected
results
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Have you prepared traceability matrix and how to prepare it?
how to explain banking domain project in testing?
What is test driver and test stub?
i) functional test cases can we consider for regression test ? or we have to write separet test cases for regression test ? ii) How to write the system test case and what are the technique shall we have to follow ?
Can you explain v model in manual testing?
What do you do (with the project tasks) when the schedule fails?
I want to do certification in ISTQB please anybody hepl me with the details and site to refer for further details.............if possible give me the material as well on my mail id a.vishwakarma@aol.com. Please help me........Thanks
What is the Myers Boundary Table?
Want to learn Manual Testing in just two days? Students around Thanjavur, Trichy, Mayavaram and Kumbakonam Mail to manualtestingtraning@gmail.com. Entire Manual Testing Concept. Any doubt regarding IT Job please mail above ID
from where do u collect test data if u miss some data what will happen
Explain the sub-genres of performance testing?
What are the major components of Perf Test Report?
how mapp the defect id in quality center?
What are the principles of software testing?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?