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 |
Can anyone please explain me the process of automating an application using QTP as i am new to this?
tell me about if in the interview what i should tell about pharma application,what r the pharma application concepts,i need pharma application testing features
in flight reservation ex once u login, u go into next window where we hav an option of new, open and help etc.. how to fetch those options and to go to respectiv tab accordingly using qtp.. plz let me knw answer for tis as early as possible. Thanks in advance... asha
How does QTP identifies the object in the application
1. How can we use same object repository and Testscript which is in English flavor to check the application in different languages thru QTP?(Chinese,Dutch,French) - I generated script in english and want to use the same script with different languages? - for windows i used regular expressions - I need for edit box,button and combobox, (English,French,Dutch,Chinese) These are the properties of a button in different languages Properties English Dutuch Chinese French x 400 758 631 601 y 673 603 592 676 windowstyle 1342242816 1342242816 1342242816 1.34E+09 windowid 2 2 2 2 windowextended style 4 4 4 4 width 120 120 120 120 visible TRUE TRUE TRUE TRUE righttoleft reading FALSE FALSE FALSE FALSE righttoleftlayout FALSE FALSE FALSE FALSE rightaligned FALSE FALSE FALSE FALSE regexpwndtitle cancel Loschen Chinese language Annuler regexpwndclass button button button button objectclass button button button button hwnd 132872 657228 656932 656782 height 33 33 33 33 focused FALSE FALSE FALSE FALSE enabled TRUE TRUE TRUE TRUE attached text abs_y 669 599 627 597 abs_x 396 754 588 672 text cancel Loschen Chinese language Annuler nativeclass button Button ordinal Identifier type,Value none none none none smartidentification FALSE FALSE FALSE FALSE comment
How many actions we can create with in a test?
Wat is the command used to add an object(properties) to an object repository?
What is the use of "Registeruserfunc" when should we use it? Note:Please do not copy paste the date from QTP help. I tryed it.But I don't Understand where should we use exactly.
In an interview, what r the general questions asked in QTP? pls give me anwser to this question?
What is the difference between Keyword Driven test and Data Driven test?
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
Explain different type of event trigger option.