How do we retrieve the content from a text box in a web
page
Answer Posted / johnson
dim content
Content = Window("window name").WinComboBox("x:").GetContent
Msgbox Content
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
I want to do QTP Certification what is the pattern of Question paper.
What is QTP and the use of QTP in TD?
How to check bitmap output value?
what is stepin & stepout?
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
How can you pass value one action to another action?
How to handle the exceptions using recovery secnario manager in quicktest professional?
Explain step generator in qtp?
What is a programmatic description?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
How do you create regression test packs?
When using descriptive programming?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?