How do we retrieve the content from a text box in a web
page
Answers were Sorted based on User's Feedback
Answer / johnson
dim content
Content = Window("window name").WinComboBox("x:").GetContent
Msgbox Content
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / anitha
hi,
You can get the content through GetROProperty("value")
call this from the textbox object
| Is This Answer Correct ? | 0 Yes | 3 No |
What is output value in QTP? Why do we use the output value in QTP?How many types of output values are there in QTP? what are their respective usage in QTP?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
What does SPLIT and JOIN commands do in Vbscript?
6 Answers Ordain Solutions, UBC,
What’s the QTP testing process?
Suppose there are 10 browsers opened on desktop. I want to close all browsers except one browser in QTP. Can any one give the code for this?
What is recovery scenario in qtp?
diff between qtp versions from 8.5
what is the extension for QTP files?
16 Answers American Solutions,
pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
Hi , I am new to VBscripting, My requirment is to write a vbscript to read a row (which has coloumns like Description, Code, date(DD/MM/YY), hours etc) and export these feilds to a Website and then click on Submit Automatically on that web page. This it should do for all the Rows in that excel file. Any help is much appriciated Thanks Shalini