How can we fill data in a text box without recording using
object spy. Can you please provide the steps...
Answer Posted / amarendra kothuru
Using descriptive programming, you can set values to the
textbox with out recording
E.g:
Browser("name:=Google").Page("title:=Google").WebEdit
("name:=Google Serach").Set "Yahoo Groups"
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
What is object spy in quicktest professional?
What are the recording modes in qtp?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
Can you brief the hurdles you faced during Automation testing?
Is text area check point supports for web applications?
What is Curd testing?
How many add-ins comes by default with quicktest professional (qtp)?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
What is qtpro? What is quick test pro?
I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You