How do we retrieve the content from a text box in a web
page
Answer Posted / anitha
hi,
You can get the content through GetROProperty("value")
call this from the textbox object
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
What are the types of object repository in qtp?
How can get count of list box?
What is meant by Output Value in UFT?
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
Differentiate the type of test cases which can be automated and which cannot be automated?
Can anyone tell me how i used QTP 9.2 use for GIS based S/w with an example?
How often were they executed?
How software tester can use constants and variables in scripts?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
what testplan contents and what test strategy contents,what is the diff b/w them
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
How does qtp recognize objects in aut?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.