What's the test suit?? Explain with simple example.
If there is User sub-menu & options are New, Edit, Delete
(to create, edit & delete user ) then can i say
USER
Test suit Id-1 for user.
Test case id - 1.1 for New,
1.2 for edit,
1.3 for delete.
Answer Posted / aarati borse
Yes u can....
Another example we can take as..
Suppose there is one "Aadition Application"
Containg
1.first number
2.second number
3.result.
Then u can give
Test suit Id:Login_01
Test case id :FN_001
FN_002
SN_003
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
in the account there is 10,000 rupees and i entered 20000, in this case how will you test the application
Wat type of questions ll be asked in interview for an 1-2 yrs. experinced persond and i need some database concept question in testing.
How do you Prepare a Defect Managemnt Policy
Can you explain v model in manual testing?
can we do database testing in manual testing? then how we write the test case?
how can you test the web environment for security testing?
Unit Testing can be done by using Nunit?
Assume a login page, and you have written 10 cases(say for example). How will you justify that these 10 testcase suffient for the login and how do you say this is 100% satisfies the need.
What r the documents required for performance testing
uses of checklist
What expected result should come when Enter any sql query like “Select * from hello;” without quotes and with quotes.
In what situation would you want to parameterize a text verification check?
is it possible to do performance testing in stand alone application..how wil u do that ???????
what is the difference between Risk based and Requirement based testing???
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; }