How do we edit the script in QTP. Anybody can explain in
detail..Thanks in advacne...
Answer Posted / nanda.dreddy
Hi,
Can u tell me which process u r following in ur company.
are u saving the scripts in Actions or maintaining the
scripts in functional leavel.
....Nanda
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the default add-ins in qtp?
How to check feasibility of the appliction?in automation testing?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
What is keyword view in qtp?
What is a recovery scenario?
What is business process testing(bpt) in qtp?
How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?
What is output value? How many types of output values are there in qtp?
What are the different attributes used with regular expression?
Where we can use the synchronization?
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
can any one say that where we can download the QTP trail version ??????????
Is the qtp course will help to create a virtual object?
hou can we use vb script in qtp could u tell me breafly
How you can delete excel file in qtp?