What are basic types of test cases?
No Answer is Posted For this Question
Be the First to Post Answer
How to test Webservices and how can we write test cases for that
"search"test cases on Linkedin website and how will you write test cases on it?
pls send me the testcases for telecom billing system
build 1 bug is raised and it was closed by developer and build 2 is released in build 2 also same bug raised what is the satus of that bug. 1>reopen 2>open 3>new 4>defered
How to write a test case for create folder in the email. create aliases for email adress in the email. thanks Its urgent
Do you know mutation testing?
explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.
Write test cases on for windows media player?
There is French dictionary and if you want to check it in English and there is no documentation available then how you will test it and write a test case and Test scenario on it.
Explain how to develop a test plan and a test case.
hi there... can any1 tel me hw to prepare a traceability matrix by taking a practical scenario..i know the theory part bt dont kno how to implent dat..
Given the following code, which is true about the minimum number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print "Large" ENDIF If P > 50 THEN Print "P Large" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage