How to change the run-time value of a property for an
object?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai....
SetTOProperty changes the property values used to identify
an object during the test run. Only properties that are
included in the test object description can be set.
K,Byeeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / supriya gupta
SetTOProperty changes the property values used to identify an object during the test run.
Only properties that are included in the test object description can be set
| Is This Answer Correct ? | 0 Yes | 0 No |
Syntax for how to call one script from another and Syntax to call one "Action" in another?
Hi, I will provide perticular age,it needs to enter date in text box (MM/DD/YYYY) compare to system date. or already exist data in the text box.
When can shared object repository fails?
How to handle Run-time errors?
what is the frame work in J-meter?
can we call runaction in the funcion
How to handle the exceptions using recovery secnario manager in quicktest professional?
how to associate object repository during runtime in qtp
Explain types of exception handling and script for that?
Why we have to import data from excel sheet to data table?becoz v can directly use test data directly from xl know. can u all pls explain me clearly
Write code for ,We have a web table with rows and columns like EmpID EName Action 1 ABC Edit Delete 2 XYZ Edit Delete 3 PQR Edit Delete In the above Table the last column has two links we have to click first link based up on EmpID =2
In my application there is a billing thru credit card. how to validate the credit card details(min balance,credit card no,card holder name).if these details are valid then only that booking will be done.how to validate these details thru automation or manual?