How can I do a documentation of Test Cases? Which steps are
in it?
Answer Posted / sujith
all the testcases may not have the same format, it depends
on the company we work for, but there must be a base state
and a end state for every testcase
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
negative test cases on banking domain ?
What type of metrics would you use?
Write down ten test cases for below scenario: Increase the day by 1 and date format should be mm/dd/yyyy Conditions are : date should not be greater then 31 and date<1 month should not be greater then 12 and month<1 year should not be greater then 10000 and year<1 Thanks in advance
How to do security implementation for any URL??
What are the differences between web applications and client and server applications?
When do we perform smoke testing?
I have 2 yr Localisation testing exp now i want to job in MNC My manualtesting knowledge+2 yr exp sufficiant for in MNC
What are drawbacks in system development life cycle
What is change request, how you use it?
What are the Major Functionality for a ATM machine ??
What do you mean by Unit Testing, Integration Testing, System Testing, and User Acceptance Testing and when do you do them?
Write notes on apparel testing equipments.
Please is there any one working with ITR.COM? Having interview with them. Any tips will help.
What do you do (with the project staff) when the schedule fails?
How to test the below code and write test case? Prove that this code is wrong? int add(int a ,int b) {return a+b; }