Hi Team,
I have two scenarios ,only one step alone deference
betweeen them and preconditions of Test scenarios are
defferent .
In the above sutuation , are we going divide test cases
into two or can we club into them into a single.
Regards
seshu
No Answer is Posted For this Question
Be the First to Post Answer
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
test cases for landline phone
What are the possible test cases for a palindrome.It must be starting with alphabet and its length is 100 .It should accept alphanumerics only.It should take only 100 numerics to the textbox
whai is the exactly meaning of test case
What are basic types of test cases?
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 how to find statement and branch coverage? Explain in brief?
Define Testcase.
As we are using QTP 9.1 version, is there is any method to connect the remote desk top?
This part of a program is given: WHILE (condition A) Do B END WHILE How many decisions should be tested in this code in order to achieve 100% decision coverage? A. 2 B. Indefinite C. 1 D. 4
How to write test scenarios for a Web application, with an example?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
Disc = 0 Order-qty = 0 Read Order-qty If Order-qty >=20 then Disc = 0.05 If Order-qty >=100 then Disc =0.1 End if End if A. Statement coverage is 4 B. Statement coverage is 1 C. Statement coverage is 3 D. Statement Coverage is 2