How to create a Runtime property for an object in QTP?
Answer Posted / 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 |
Post New Answer View All Answers
can the activities of test case design be automated?
Hi, I am using OutputCheckPoint and I am storing the value in the data table. The stored value for column:bedroom:"Bed:4" The another value for column:bathroom:"Bath:2 Full,1 Partial" I need only the no 4 from the first column. I need only the no 2,1 from the second column. I used split array,but it also show array(0) has the value"bed:4" ..... Even though I highlight only 4,It is seleting the full value "bed 4".How can I get only the nos Thank you Uma
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
How to import a test case present in ".xls" file to TD under a Test set?
what r the main attributes of test automation?
Can we call qtp test from another test using scripting. Suppose there are 4 tests and I want to call these tests in a main script. Is this possible in qtp?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
who QTP recognizes the object stored in object repository?
Can any one say what exact diff between test->parameters, action properties-> parameters. after defining the parameters in test->settings, how can we access those parameters.(i know how to use action prop parameters)
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
How do you configure QTP AND Test director?
Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.