How to get line numbers in your editor in expert view?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / sreeprasad
Tools -> EditorOptions -> General -> Show Line Numbers
| Is This Answer Correct ? | 1 Yes | 2 No |
what is output value in QTP and how it can be used in automation testing
What type of problems one will face with QTP , if too many browsers are opened at a time?
What is the difference between run time object and test object?
How can we disable popup blocker?
Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?
how do u import the test cases written in excel sheet to qtp? and how do u generate the script in qtp for the testcase in excel sheet? plzzzz do answer this question thanks in advance
Under what conditions would you recommend QTP for future projects?
how to write scripts in QTP?
How to call the userdefined functions to script? If i am stored 'add()' function in Library functions folder. i want to cal that function in my script.
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
What is smart identification?
3.How to record a word doc using qtp i.e open a word doc,type something and save the doc can someone send me the code.