How to retrive the property of an object?
Answers were Sorted based on User's Feedback
Answer / sharath
Spy the object
a dialog box comes with the properites and the associated
methods
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jayadev acharam
Example:
Dim link_Text
link_Text=Browser("abcd").Page("efgh").Link.GetROProperty
("innertext")
| Is This Answer Correct ? | 1 Yes | 0 No |
who is developed QTP ? is it from Mecury or HP
Define Error Pane of UFT?
The Senario is Steps to do 1.Entered userid in textbox 2.saved with details 3.i want to open user which i have created its in hurry.....
How will you send values to a cell in a webtable using QTP?
how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
what is selective recording ? and normal recording?
How to do the scripting. Is there any inbuilt functions in QTP as in QTP-S. Whatz the difference between them? how to handle script issues?
What is the difference between Mandatory and BaseFilter Properies..Anybody please answer me..Thanks in Advance
why you have standardized functions? plzzz guys with real time exp. do answer
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
what difference between client and server applications exatly?
In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3