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 |
write test cases for whatsapp messaging..?
1 Answers IBM, Stag Computers,
how to write testcases for yahoo messagner
can anybody tell me that how many days required to complete 1000 test cases.And what would be the avg testcase perday for a tester.
What is p0,p1,p2,p3 in software tesing
how to search a Unix file system in Google search engine??? write the test cases foe that one???what will be the step
Consider the following: Pick up and read the newspaper Look at what is on television If there is a program that you are interested in watching then switch the the television on and watch the program Otherwise Continue reading the newspaper If there is a crossword in the newspaper then try and complete the crossword A. SC = 1 and DC = 1 B. SC = 1 and DC = 2 C. SC = 1 and DC = 3 D. SC = 2 and DC = 2 E. SC = 2 and DC = 3
How to write a test cases for the following Please it is urgent Once user clicks that link Invite Friend page opens up thru which user can do 2 functions - first is to search friends detail(name, mail id) from her address book in other sites (india times, yahoo, gmail and rediff) and second to mail the invite to the selected person/s. User can send invite to multiple person at same time. Searching friends detail in other address books will work like this: - User will input name, email id, pwd etc, select from which site she want to get friends list and then click on Import. - Users address book from other sites will be imported in one shot(first time) to iDiva database. - It will be arranged in alphabetical order(complete list) and mail ids which are already used will be in different color. - User will be able to update her address book by clicking on ""Refresh"" button on the page, which will trigger the process again, and fetch new mail ids.
what are the Test Cases for " Test Cases " ?
can any one give the format of writing test cases in excel sheet.
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2