Answer Posted / mohan krishna
During this process, testers will executes all the
prepared test cases. which is called as "Entire
Functionality Execution".
Before going for executing testcases testlead will
review all the testcases in a document called as Requirement
Tracable Matrix(RTM) or Validation Tracable Matrix(VTM). Which
defines mapping between the prepared testcases and the document.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
how to make test case for anolog voice logger?
Do you know explain security testing?
Pls tell me test cases for pepper grinder
"search"test cases on Linkedin website and how will you write test cases on it?
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
Explain the ramp testing?
how many test cases do u need to ship a product?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
What is the state testing?
please give me different test scenario for uploading whatsapp status from gallery and camera
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.