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 |
What is the domain testing?
For how many days (or) weeks you will test a product or software?
Explain the agile testing?
what is the test plan for ms-word
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
Please tell m all posiible tst cass for this--> A password of password field will expire in 45 days.It should send 1st reminder message to user whn 10 days are left and 2nd reminder message when 5 days are left and 3rd reminder mssage when 2 days are left.write all positive and negativ test cass for this.
Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.
how we canwrite a test case on computer?
explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.
Explain the acceptance testing?
Explain the monkey testing?
How to generate test cases for 'replace a string' method?