How to create a Runtime property for an object in QTP?
Answers were Sorted based on User's Feedback
Answer / a.radhika
we can create odject property by sing setToProperty()
| Is This Answer Correct ? | 15 Yes | 0 No |
Answer / abcde
Question itself is wrong???? Can someone frame questions
properly
| Is This Answer Correct ? | 13 Yes | 0 No |
Answer / sivareddy(cybage software)
By Using "GETROPROPERTY("text""), we can find out the
property of an object at the Runtime position.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / siva krishna
how to get the value of property of an object during the
run time?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / ninad
By using object.GETROPROPERTY("PROPERTY NAME")we can find
values of property at runtime.
| Is This Answer Correct ? | 0 Yes | 1 No |
Explain the check points in quicktest professional (qtp)?
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
Hi Guys, My Application in Microsoft Dynamic Navision, is it compitibale with QTP? if yes then let me know...
What is API?
i've installed qtp9.2 on Windows 7. Recording and everything no problem. But when i am saving the test, it is not happening. it says 'general error while saving'. But teh test is getting saved but as a folder with lock icon. When i wanted to open it, it is jst showing as a locked folder but not as a test. Somebody help me out plz
What is the current version of QTP?
Difference between keyword driven test and DDT?
Do we get any issues if we run the testscript on different browsers? what are the options we need to st in QTP?
what is the test object?
if there is two login button in your page, how you know that this login button is correct for login .
How to database testing by manualy?in my db having 100 records when i am retriving the data from db it shows in frent end 30 records how to find bug using QTP?plz Exp realtimers (Chandana)
When I used random numbers(1 to 9) with regular expression and run the test, it runs only 5 iterations with passed result instead of running all 1 to 9. Please tell me what can be the reason