what is the test strategy you followed in your company
Answers were Sorted based on User's Feedback
Answer / gangadhar
Test Strategy is the High Level Document. Inwhich it tells
about how the Timimng frams, Functional and Non Functional
testing.
| Is This Answer Correct ? | 10 Yes | 7 No |
Answer / rain
In or company we follow Agile methodology which is based on
Test Driven Development. All the test cases are written
before starting the development work.
| Is This Answer Correct ? | 5 Yes | 4 No |
when database testing comes into manual tesing
what is baseline document,can u say any two?
Who prepared use case document? Tester or developer!
Explain agile testing?
What is requirment phase testing?
What certifications are available in testing?
How will u decide test data to see that evey feature is thoroughly tested
What is Test Strategy and Test Plan..what is the Diff.between those?
how do u aanalyse test cases for pen, water bottle,fan....etc? give me brief idea how to start and how to divide functionality of an object? or how can we write test cases , if req's r not given?
First Name & Last Name fields are there in the application form, In Application First name & last name fields accepts the numerical value 453455 & special characters $%#$% . My question is that --> I think No need to write test cases for Numerical value & special char. for First & Last name fields BECAUSE No one will enter such a input data at client side b'coz it's not practical. Let's me know the answer.
Example of high severity and low priority bug
I know the set of test cases is the TEST SUIT. I have a doubt that practically which test cases are under test suit. Suppose I m creating test cases for User. User - Create, Edit, Delete, Refresh etc. User window have fields - First Name, Last Name, Address, Phone, User Code, User Id, Password and Role. So Create User - [All Positive+ All Negative] Test cases has single TEST SUIT id? Please guide me properly.