Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is a test strategy & what is the difference between

test strategy & test plan?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

1.Qtp suppots Unix& linx or not 2why qtp suppots shell script.

2175


How to creating an output value using quicktest professional?

1121


Thanks....But can u tell me how i use the QTP for GIS with one Example...

1928


How to find the difference between 2 dates in qtp?

1102


How will you test a stapler?

1150


what type of framework u r using in ur organization

2122


Hybrid framework supports Descriptive programming. Is it true?

1214


What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?

1081


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

4337


What is recovery scenario manager? When you go for recovery scenario manager?

1089


Describe synchronization point.

1203


Explain how you can delete excel file in qtp?

1100


How will you report the bug and explain the defect tracking sheet you handled?

3150


What are the views available in quicktest professional?

1073


Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.

2040