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
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
give me an example where u used good judgement and logic in solving a problem
Explain step generator in qtp?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
what is output value in QTP and how it can be used in automation testing
what is the difference between built-i function and In-built function?
What are the disadvantages of recording test cases in qtp?
How we can import data from database?
Connect to QC using AOM.
what r the main attributes of test automation?
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
iam working in QTP for 2+ of exp if i attend the interview what r questions asked in perfomence testing{loadrunner} ? pls any one can say answer to this question?
In qtp, explain what is keyword driven automation framework?
If I change the property value at runtime is it effect is object repository?