what will be the stmt if record any edit box in the Web
application ?
Answer Posted / krishnachand
a=Browser("Browser Name").Page("Page Name").Webedit("Text
box Name").getvisibletext("Text Box Name")
MsgBox(a)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
hi all here i have tab named "Workbench" By clicking on "workbench" tab.it displays 4 tabs like below workbench common cargo commercial charter "common" tab have 10tabs inside,"cargo" tab also haveing 15 tabs inside and remaining two tabs also having few tabs inside. when clicked on "common" tab.it displaying the script like tab("workbench").select"common" if i clicked on "cargo".it displaying the script like tab"workbench_2").select"cargo" if i clicked on "commercial".it displaying the script like tab"workbench_3").select"commercial" if i clicked on "charter".it displaying the script like tab"workbench_4").select"charter" I have used a "FOR LOOP" for common,commercial,cargo,charter tabs.it was stopped at second tab SO, CAN I RECOGNIZE "WORKBENCH_2,_3,_4" AS A SINGLE VARIABLE if not, can anyone plese help me to solve this
An action has both shared and local or associated to it and both have the same object in them. In the test which one will be considered?
Tell some commonly used Excel VBA functions?
Can we use index on view?
Should have experience in framework means?
How to find Operating system information using QTP script?
Without using gui map editor we can recognize the application in winrunner ?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
In what occasion we can specify global sheet and action sheet?
If created one virtual object? Next time I changed the window position will it work?
How did you resolve conflicts present in Object Repository?
How smart identification works in qtp ?
What is the use of an object spy tool in qtp?
if our qtp vb Script may be Currepted then What we want do?