WHAT IS A TEST STRATEGY & WHAT IS THE DIFFERENCE BETWEEN
TEST STRATEGY & TEST PLAN?
Answer Posted / rao
Test Plan deicribes what to test,how to test,who to
test,scope of testing(features to be tested and feature not
to be tested),risks,test enivironment,delivereables etc....
Test Strategy is the part of TestPlan,which covers the hot
to test part,it is nothing but,the appoach to be follwed to
complete the testing.Genearlly in appoach,TL will tell us
howmant testing rounds we need to be performed during test
life cycle like Full Functional Testpass,Plat form
Testpass,Regression testing,Bug verification etc...along
with these rounds of testing,he will also add what type of
testing types we need to be carried out like Installation
Testing,Funcional Testing,Regression Testing,Performance
Testing etc....
| Is This Answer Correct ? | 19 Yes | 6 No |
Post New Answer View All Answers
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
What are the recording modes in qtp?
Who uses qtp tool?
What is the XML file architecture ?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Mention the test steps of qtp.
How can you give wait up to 10 seconds in qtp?
What is the framework your company is following. What is the reason. Explain why key word driven frame work is chosen.
Explain features of the latest version of qtp/ uft 12.1?
How to test the login page in different ways in automation testing and i need code?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
I used child objects to get the no of weblist present in the weblist.now i need to select the items present in each weblist ?How to do so
What is the use of an object spy tool in qtp?
Is there any relation between Keyword Driven Framework and Recording modes provided in QTP( whether Recording modes are applied on keyword driven framework or not?)