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 |
Give me real life some test cases
write the test cases for date month and year field by using testing techniques
19 Answers Aryavrat Infotech, Blue Star,
1.1 Purpose This tool is also a simple tool, but will be graphics- intensive, and will access the 3 databases (card databases) used in Tarot. 1.2 Scope Only for registered user. 1.3 User Interface - No questions asked, parrot pulls out tarot card - Inside Parrot application, User just have to click on a link saying ""XXXX"" to activate the tool. - Shown is the card of the day, from pack of Tarot cards(78 in number) with fixed graphics, animation, audio. Output: - Graphic-rich display of randomly selected card with detailed meaning, with links to tarot tool. - Graphics: Flying / walking parrot, emerging and choosing a card, displaying the same, and continuing to interact based on card meaning. - The cards also need to carry a brief 1/0 meaning, which will trigger a 1/0 behavior from the parrot (sympathy/making fun/crying or congratulating/smiling/winking)
what are the sanity test cases for a waterBottel?
How to write test cases for payment gateway.
Below is a user story where Dave, a dispatcher, wants to use a console system to talk to Fred, a person in the field. Create a list of test cases to verify these requirements have been properly met. User Story 3004 - Dave wishes to call Fred using a phone. Dave needs the ability to dial digits for an outbound call to Fred. The dial pad will have a display area for the digits being dialed. The dial pad will have the following functionality: Recall Dial Tone, Recall Last Number, Backspace Current Digit, and Phonebook (Contacts) Access. The dial pad must be touchable and the “Dial” button will be used to initiate the call. A prototype version of the dial pad is attached below. The dial pad will have the following configurable properties: Display Color, Display Font, Foreground Color, Location and Size.
Explain the state testing?
plz tell how to test this: We have to change the password of password field the condition is:The password will expiry after 30 days and that should not allow last 12 similar passwords....
Generate functional and negative testcases for MS Paint brush
1 Answers Accenture, GE, Netian, Tangent Software,
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage
How you will write test cases on DROP DOWN list BOX on GUI
Describe to me the difference between validation and verification.