normally by going through the object properties in object
spy we write descriptive programming(correct me if i am
wrong). But how or from where can we get the object
properties in the object spy?plzzzzzz do answer
Answers were Sorted based on User's Feedback
Answer / rajesh
if u click on the object using object spy,it will display
the properties in the object spy window.in this u will have
2 types of properties namely 1.runtime object properties
and 2.test object properties.generally by default test
object properties will be displayed and we will use these
properties only for our test script.
hope u understand this.
ragards,
Rajesh
| Is This Answer Correct ? | 0 Yes | 0 No |
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
what is Supplemental Objects ?
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
Dis advantages of XML checkpoint ?
Can we test GUI of the application using QTP.? How.?If possible briefly explain process.?
what is meant by source control?
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
How to get align property of the link on web page?
write the code to reverse a string without using Strrev built in function.
what is review
Hi, Where should I get all the test's results If I ran the scripts in Batch run. At the result window I found only last test result. Could any one help me on this?
can i compare two databases using QTP ?