do we write separate test cases for each type of testing?
for example for functional testing and integration
testing,we write two seprate test case documents or just
one?please explain.
Answers were Sorted based on User's Feedback
Answer / sameena
HI,
See we don't write test cses for diffterent types of
functional testing.
We write test case on keeping the BRD only. so only one
test case is written for each spec.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sameena
BRD -> Bussines Reqirement Document
This prepared frm client side. With this BRD we prepare a
single test case for all type of testing.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / hemasubu
Hi,
i need the expanion for BRD,i can't get that...
Thanks & Regards,
Hemasubu
Is This Answer Correct ? | 1 Yes | 2 No |
Answer / brahma
sameena,
on some interviews, they aske dhow to write sys test cases.
could u plz tell me?
Is This Answer Correct ? | 0 Yes | 1 No |
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
write a buisness scenerio on yahoo login page.
What is the Difference between Testing Types and Testing Techniques
Tell me 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
What is usability testing? What are the usability test cases for 'Save As' option in Notepad?
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
what all are available test cases for Search engine NLP (Sixth sense).
if we ve data 100 how we can check and create equvalnces an bva .if we ve data 1-5,6-10so on wat will we bva how we will chk
how to write test cases for smart meter for gas and electricty
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?
What is the logic testing?
testcases for biggest of three numbers?plz give the answer