what is a test strategy & what is the difference between
test strategy & test plan?
Answers were Sorted based on User's Feedback
Answer / sreeprasad
TestPlan is controlled document which describes entire
testing process. It includes
Scoping of the test, Test deliverables, Test schedule,
Entry criteria, Exit criteria, Risks and contingencies and
also Test strategy.
Test Strategy or Test Methodolgy is a set of guide lines
that describes test design.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / harinadha reddy
I think Test Plan is a high level document, which specifies
What to test? How to test? When to test and who to test?
Which contains
Scope&Objective:
Criteria:
Risk Analysis:
Test Procedure:
Test Environment:
Test deliverables:
and Test Strategy is a document which specifies which
method we have to fallow to complete this project with in
time?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / bhavani
Test Strategy is nothing but it describes about that what
kind of testings we are going to use in particular project.
Test Strategy comes into Test Plan document.
Test plan is a high level document. It's road map of the
entire testing activities. Test Plan covers about Summary
of the project, scope, Features to be tested, Features not
be tested, Test Strategy, Team Strength, Team member
rights, Test Schedule, Exit & Entry Creteria, Assumption &
Resumption, Contingencies. It's prepared by Team Lead.
But Test Strategy is a part of Test Plan document. It's
telling about type of testing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ankit jain
I wolud like to sahre more about on the test strategy.
Whole testing process have different testing level or
heirarchy. Each tesl level has its objectives. To achevied
that objective test strategy is built.
Suppose you are working on system testing. What steps
should be taken to acheived the system testing objective
will be considered as a test strategy.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shaik mohinuddin
Test plan is a high level/company level document, test strategy is a testing level document
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
How to load the object repository at run time?
How can we close all webbrowsers which are opened in out desktop?
I have 3 add buttons of same properties in my page but i want trigger one of them i required in my recovery scnario manager is qtp recognizes it to recovre d scnario if so how qtp recognizes it
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.
How can i get QTP 9.2 software or any webside where i can download ? can anyone help me out , i want to be expert in QTP ,but i don't have the software
What is Parameterizing Tests?
Step 3&4 are repeated until an the object in recognised uniquely.
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Is it possible to run QTP scripts created in IE 6.0 in IE 7.0?
What is the extension of script and object repositary files?
what type of run time errors you get while you ar edoing rpg program?