What is meant by virtual obj and Y do v need virtual obj configuration.
Answers were Sorted based on User's Feedback
Virtual object is an object,which is defined and used by the user whenever required as per the user requirement.
-on virtual object
we can not do the object spy
check point cannot applicable
it is a non standard object as per the QTP
etc
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / pravati
A application may contain objects that behave like standard object but are not identified by qtp. These objects are called as virtual objects.
for example-if one object shown its property as web button but it is a link.this type of objects are called as virtual objects.
setting---tools>>vitrual object>>mark as>>name>>finish
| Is This Answer Correct ? | 0 Yes | 0 No |
It is the functionality available in QTP, which will help us to identify selected part of the application as the required type of object.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / sandhyasankar19@gmail.c
virtual obj are objects that qtp spy cant identify...for example open paint and spy the color that we have in the paint window...all the colors have same property value in the spy...for example for green, pink, red etc. it shows the same prprty value...so in that case we can use virtual objects.. so v can gv our own name by using this so that qtp identifies the obj easily...
| Is This Answer Correct ? | 0 Yes | 2 No |
Hi Friends, Can any one answer this question? 17) What method is used to retrieve the number of columns in the query results? A. Fields.Count B. Fields.Item(EOF) C. Fields.Count(BOF) D. Fields.Count.Value
How do we analyze the checkpoint results?
i have to pass the testcases into userid anf password of gmail login page using functions you can take your own testcaseslike userdid should take only lowerletters it should not take special charactors and uppercase letters and password should take only numericvalues it should not take alphanumeric and alphabets
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
What are the recording modes in wave event?
How many types of status are there?
what is the difference between image and bitmap check point
What are the five challenges you faced in QTP?
There is a table with 4 columns and 10 rows, how to write the script to display the first column records using qtp? can anybody help me with script?
Which property do you use to retrieve or assign data into a cell in a Data Table object?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
What are the different types of action?