Tuesday, January 8, 2019
8:26 PM
World Business Zone
UFT Automation
No comments
Generation of Scripts for Web Application
Record and Playback:
Browser("name of the application in the browser").Page("name of the page in the browser").object("name of the object identified").Operation
So, This is the basic steps of how QTP generates the scripts while Recording.
The above scripts will be play back once the browser is in default open state, If the browser is closed and you need to play back the script automatically in qtp just you need to add the below script,
Systemutil.run"C:\Program Files\Internet Explorer\iexplore.exe","www.google.co.in"
Browser("name of the application in the browser").Page("name of the page in the browser").object("name of the object identified").Operation
Related Posts:
Debug the QTP Scripts Debug the QTP Scripts 1. Pause2. Step into3. Stepout4. Stepover5. Debug Viewer … Read More
Generation of Scripts for Web Application Generation of Scripts for Web Application Record and Playback:Browser("name of the application in the browser").Page("name of the page in the browser").object("name of the object identified").OperationSo, This is the basic … Read More
How may Types of Recording in UFT / QTP? How may Types of Recording in UFT / QTP? Three types of Recording in UFT/QTP. 1. Normal Recording:2. Analog Recording:3. Low Level Recording:… Read More
Concept of Object Repository (OR) Concept of Object Repository (OR) Add Objects:Resources --> Object Repository (Ctrl+R) --> Objects --> Add Objects to Local --> Choose the Auto (or) Object --> All object TypeBy doin… Read More
Enhancing the Scripts for Automation Enhancing the Scripts for Automation 1. VB Scripts2. QTP Methods3. Parameterization4. Checkpoints5. Synchronization6. Regular Expression7. Recovery Scenarios8. Environment Variable… Read More
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment