Answer Posted / subhan.qa
yes we perform debugging of script in qtp by using step,
step in , step out functions
step executes the current line of the method if the current
line is a method then the method is displayed and not executed
Step into exectues the method wich is opened by step
Stepout performs the debugging if the current line is a
method it executes the method but the results not displayed
correct me if am wrong
bye
subhan.k
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is clean sweep?
Can we write winrunner language i.e TSL in QTP tool?
How will you check a web application for broken links using qtp?
Difference between action & Reusable action?
Why we load add-ins in qtp?
How many types of recording facility are available in quicktest professional (qtp)?
Can you brief the hurdles you faced during Automation testing?
What is file database?
How many types of recording facility are available in quicktest professional?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
Hi All, How to Compare two strings character by character in QTP
Consider one application is open, clicking one menu will open another application in another browser. QTP does not catch the URL of the second browser(second application). can we capture it ?
Explain sub procedure of vbscript.
Explain how Selenium is different from UFT?
What is debugging? How you debug your script?