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
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
What is checkpoints for quicktest professional (qtp)?
In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.
How to run a test using quicktest professional (qtp)?
Describe function procedure in vbscript.
Explain actions in qtp ?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
what is the difference between data driver & data driven and driver script?
Why do we use breakpoints in QTP?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
How do Parameterization and Data-Driving relate to each other in QTP?
How can i initiate the objects to find uniquely in OR
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me