qtp script for recording and running the application.need
script for short cut keys like f3,f4 etc.how to write
script for recording?
Answers were Sorted based on User's Feedback
Answer / chandu
Hi there,
here u can use "Sendkeys" concepts..for further info please
see the QTP help.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / neeraj
Suppose steps in application are as below
Steps:
1: Click on add ( ctrl+a)
2: enter "hi"
3: click on save (ctrl+s)
use sendkey concept
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.sendkeys "^a"
objShell.sendkeys "hi"
objShell.sendkeys "^s"
For more information refer below: http://abcinqtp.blogspot.com/2011/02/how-to-use-sendkey-in-qtp-script.html
set objShell = nothing
| Is This Answer Correct ? | 0 Yes | 1 No |
In a yahoo web Application there are 65 links.one day it will opens 50 links and another day it will open 55 links.In this scenerio write Descriptive programing for Automation?....Pls write the code for this scenerio.
1 Answers College School Exams Tests, UHG,
They asked by using qtp recording writing scripting
hi guys this is Keerthi, I am searching for job,so I want to know which questions are intervier asking on QTP&MANUAL&QUALITY CENTER,can u send Any one questions&Answers to my id:chinna.ammi@yahoo.co.in
how to main tain the Old scripts in qtp?
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
Hi Currently am using Qtp 10.0 Lisenced product.. but when am adding objects to object repository from google page it was identifying as windows objects.. please help me!!!
How does Parameterization and Data-Driving relate to each other in QTP?
Diff. between keyword driven Data driven testing?
please post the interview questions for QA position in FACTSET
How to make arguments optional in a function?
CAN SOME ONE TELL ME ABOUT QTP FRAMEWORK? I AM SUPPOSED TO GIVE THE QTP FRAMEWORK THIS WEEK SO PLEASE HELP
What is a reusable action?