Hi. plz expalin abouit SetToProperty, SetRoProperty,
GetToProperty, GetRoProperty,GetToPrperties. with examples.
Answer Posted / raghavender
SetToProperty
It is used to set a vlaue to the property of an object
which is there in the Repository.
eg: browser("").page().webbutton("").setTOProperty
property,value
GetROProperty
This property is used to get the run time proerty of an
object.
eg: strval = Browser("").page("").webbutton
("").getROproperty("name")
GetToProperty:
This property is used to get the particular property value
of an object which is present in the repository.
Eg:strval = Browser("").page("").webButton("").getTOproperty
("name")
SetROProperty is not existing in QTP.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
Write a script to customize the test results in PDF and HTML format.
why should we give deliver good quality software?
To which environments does quicktest professional supports?
Explain in brief about the quicktest professional automation object model?
How many lines of code in each script of QTP?
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); }
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
This is a question thats generally asked in every QTP interview. What were the problems that you faced during automation and how did you resolve them?
What are the different types of checkpoints?
How will you report the bug and explain the defect tracking sheet you handled?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
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 type of automation is follwed in the project?