After coming to know that QTP could not identify
non-standard objects, we set those non-standard objects as
virtual objects using Virtual object wizard. But how can we
identify that qtp could not identify non-standard objects?
Answers were Sorted based on User's Feedback
Answer / babu
Hi Priya,
Let us say some button is there in your GUI.
If you are recording the script using QTP, if it is
recognizable by QTP then it will be recorded as ex:
button_click. Otherwise the script will become different if
QTP is not able to recognize the script.
Pls let me know if i am wrong.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jay prakash
If i understand ur question correctly what you mean to say
is "How do we find out if QTP have identified an object or
not ?" (Please corrcet me if my understanding is wrong.)
So you can use the object spy to check that of QTP have
identified the object correctly or not.
Hope it helps.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / king
Hi Jay Prakash
can u plz provide ur mail id, if possiable
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jay prakash
please get in touch on jayprakash.singh3@gmail.com for any
concerns on the answer.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sameer
Can any one explain "What is difference between creating
virtual object and Define new object (from Object
repository)?" literal meanings are differnt but I think
both use for the same purposes (because unable to identify
the standard object) I always get to listen that so many
alternative to use in place of virtual object. How can we
identify those non standard objects?
| Is This Answer Correct ? | 1 Yes | 0 No |
How to record right click of a context menu and click on the selection ?
How to insert a check point to a image to check enable property in QTP?
suppose by navigation i went from 1st page to 5th page write a script for coming from any page to the 1st page abd by executing where the page may be . it will come to 1st page give the code using gmail. give me mail id so that i can under this answer with out any doubt
Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.
What is the another extention name of library file.If that is exist than what's the differnce between them.
How can we log a defect in Testdirector from Q.T.P ?
what is batch testing?
will QTP 9.2 run successfully on Linux(gui) operating system
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
can any one tell me what is syntax error in line msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist 'code ************** Call login("lal="," " ) wait(5) Call errormsg("Invalid email address. [?]" ) Function errormsg(msg) msgexist=Browser("title:=Gmail: Email.*").Page( "title:=Gmail: Email .*").WebElement(innertext=&msg).exist if msgexist then Reporter.ReportEvent micPass,"enter valid username or pwd ",msg else Reporter.ReportEvent micFail, "entered valid uname and pwd",msg end if End Function
How to set the function parameters as optional. Pls anybody can give the answer.. Thanks in advance...
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.