How will you handle the situation when object is not
captured during record?
Answer Posted / sadashiva
hello guys,
this is not right question to ask because we should Record
the Object then only we can run dat bt here interviwer
didnt tell anything about of objct so here possible ans is
we can move for virtual objects dats it....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the syntax to call one action in another?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Please Don't mind .i want in detail the real time process i.e in each document what it contains.
how to find that tools work well with ur existing system?
What are the types of object repositories? Which one is you using?
what is the difference between the modular framework and datadriven frame work
Explain the difference between call to action and copy action?
How to use setroproperty?
Without using gui map editor we can recognize the application in winrunner ?
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
How many ways is to parameterize the value?
Explain runtime dynamic settings?
Why is action split used by qtp?
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format. Hence, if possible, kinldy mail PDF file to my mail-ID: sushmapokhriyal79@gmail.com
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?