WHAT AREV THE STEPS BETWEEN TEST cASE AND Script generation?
Answer Posted / srikanth
1. Select the Testcases to be automated.
2. Find the dependencys between the Testcases, for Batch
testing.
3. Prepare Testdata
4. Make sure that build would be stable, then start
Automation...
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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
Explain Descriptive Programming Types with Examples?
How can you send user defined messages to test report?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
How we can import data from database?
What is an object repository?
What are the types of object repositories? Which one is you are using?
What are the major/ important methods, functions in QTP we use realtime testing
How do you delete unwanted results in qtp?
Why script error occur in between recording in qtp?
what is profile tool?
Hi Samrat, Thank u very much, what u said it is right.
banking project description for software tester
Explain runtime dynamic settings?
what is the difference between data driver & data driven and driver script?