How to get line numbers in your editor in expert view?
Answer Posted / sailaja
When the Expert View or a function library window is
active, choose Tools > View Options. The Editor Options
dialog box opens.
check the SHOW LINE NUMBER option
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
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
What is debugging? How you debug your script?
is there any addin for remedy user application
Dis advantages of XML checkpoint ?
Is it possible to switch between recording modes during a test creation?
Write a script to verify font style and color of a windows object using descriptive programming
What are the steps involved in the recovery scenario wizard?
How to test background color and dynamic images during run time can you put the check point for moving objects?
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
What is the use of sendkeys and what are send keys
What is object repository in qtp?
How you can delete excel file in qtp?