define 1)test methodologies, 2)test data 3) test scenario 4
) test environment
1) Test Methodology is nothing but implementation of test
strategy i.e description of test levels in which several
test activities are performed. As from testing perspective
integration testing, system testing uses black box testing
methodology. Unit testing uses white box testing methodology.
2) Test data is a real time data prepared with the help of
use cases or sent by the client side. It is used to test the
condition using real time data.
3) Test scenario is nothing but a sequential steps followed
to design test cases. EXAMPLE: to test ATM withdrawal
process we create scenarios.
4) Test environment controlled environment replica of real
time environment where where would be executing our test cases.
I tried my best to answer above questions now lets hear what
other members have to say on the above
Thanks
| Is This Answer Correct ? | 16 Yes | 2 No |
what is test condition? what is test scenario?
When do you feel that testing should start now while developing an application.
can somebody plz tel me about financial domain for manual tester?? which kind of application use and what is the approach of testing??
what is test case and test scenario , plz do explan with example....
What is the difference between functional specifications and non-functional specifications ?
wat is the 3 golden rules of gui testing
diff b/w stress testing and load testing?
What are the qualities needed by a software tester?
There are 100 test cases. And you got a bug at 85th test case. You reported it to dev. and dev. fixed that bug. when you are doing regression testing from which test case u'll do testing?? will start from 85 th test case are u'll execute 100 test cases?
explain the Compatibility testing
Why performance testing is performed? What are tools of performance testing?
Application contains many text fields,buttons etc.Many test cases can be written for the application.I read that test cases should not be too many.So text fields can be tested by entering Blank space,special symbols,Alphanumeric data,Empty & so on IF I write for all these data for every text field on each screen then my test cases will be unnecessarily too long .I m confused here wether I write Test cases for all or not.Suggest me the proper answer.I want answer from Experienced person