Write four steps for writting scenario ?
Answers were Sorted based on User's Feedback
For wirttin scenario the four steps is
Scenario contains three attributes
one is scenario id
second one is scenario description
third one is priority
the four steps is
1) Identify each scenario with unique id, that
is scenario id must be unique.
2) Always scenario description starts with a
verb , Avoid adjectives in description.
3) As and when u write scenarios , assign a
priority to it.
4) Divide the application to functional module
s , and write scenarios for the module.
| Is This Answer Correct ? | 2 Yes | 4 No |
suppose 10 mangoes cost is 300 rs with 10% discount in this case u r writing 10 test cases.u want to change that cost to 500 rs in this case u r writing 5 testcases....... so, how many functional test cases and how many regression testcases in these 15 testcases?
what is the diff b/w local and global variable?
What is FT Disk?
How will you test Email field?
1.Enlist the types of testing performed for any window in sequence? 2.Use of edit_get_list function 3.Accuracy & Precision
What are all the things should be covered in the Unit Test cases ?
What is diff b/n TRM(Test Responsibility Matrix) and RTM (requirement Tracebility matrix) or both are same??
In any application there are so many fields. So tester have to test each field with Special chars., Alphabetic value, Alphanumeric value, Blank Space. etc. I am testing with all these inputs but should I have to consider these into test cases. Because rather than these there many functionalities to check.Please Guide me properly
tell me about high severity & low priority bug?
How to monitor test progress?
tester can give suggestion to developer "how to fix the bug" in bug report
Can u test a website or a webapplication manually without using any automation tool?