How will you handle the situation when object is not
captured during record?

Answers were Sorted based on User's Feedback



How will you handle the situation when object is not captured during record?..

Answer / venkatabala

By using object spy collect the properties of object and
write descriptive programming.some times object properties
are same at that time take the ordinal identifier .
eg:-
Browser("xyz").Page
("xyz1").Webbutton"name:=abc",index:=1").click

Is This Answer Correct ?    4 Yes 0 No

How will you handle the situation when object is not captured during record?..

Answer / deepak suri

insert function generator

Is This Answer Correct ?    3 Yes 0 No

How will you handle the situation when object is not captured during record?..

Answer / allin

While recording the object is not recognised--go for low
level recording.

virtual object vizard too right. But, if u find object not
recognised by tool before start generating script.

Regards,
Ratna Rao

Is This Answer Correct ?    3 Yes 1 No

How will you handle the situation when object is not captured during record?..

Answer / howard

You would have to manually add the objects if they are
showing up in the object spy. Otherwise you would have to
check your add-ins. You could also try editing the mic.ini
file under the bin folder to add hooks to the AUT
(Application Under Test)

Is This Answer Correct ?    1 Yes 0 No

How will you handle the situation when object is not captured during record?..

Answer / ramesh

When qtp not recognizes a object on the application we need
to install the appropriate addin then only qtp can recognize
that particular object.
This answer was given by the team lead who took the
interview and asked same question.

Is This Answer Correct ?    1 Yes 0 No

How will you handle the situation when object is not captured during record?..

Answer / manjinder

it happens when object is under 3rd party controller. There are 3ways to handle this situatin:=
1. Discriptive programming
2. insert function generater
3. check syntex

Is This Answer Correct ?    1 Yes 0 No

How will you handle the situation when object is not captured during record?..

Answer / guest

Hi,

Im Not too sure what u r asking...?
First...if the object does not recognise then we use the
virtual object wizard

Anyway ...u need to tell the interviwer that u have used
QTP only by programming.

If anyone else any brillant ideas plz do reply

Is This Answer Correct ?    1 Yes 1 No

How will you handle the situation when object is not captured during record?..

Answer / kiran kumar

For this QTP has excelent technology called

SMART IDENTIFICATION

When ever the objects are not captured during recording by
using smart identification we can capture

kiran.pinninty@gmail.com

Is This Answer Correct ?    4 Yes 4 No

How will you handle the situation when object is not captured during record?..

Answer / 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

How will you handle the situation when object is not captured during record?..

Answer / hemasundar

If such type of situation come then go for low level
Recording.........

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More QTP Interview Questions

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?

1 Answers   IBM, Infosys,


Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.

1 Answers  


Name the properties you would use for identifying a browser and page when using descriptive programming?

1 Answers  


What are the Mandatory Properties of WebTable Object and Link Object in Web testing using QTP

2 Answers   iLink,


Can we test GUI of the application using QTP.? How.?If possible briefly explain process.?

1 Answers   Wipro,


When u r running a script , if u get a popup window that describing that u have received a mail to your outlook application. so to avoid the interference of the popup window , which recovery scenario(popup,object state,application hang,system crash) would u use ?

4 Answers   Accenture,


I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.

1 Answers  


what are the principles of good testing scripts for automation?

1 Answers  


how will we run batch tests in qtp what is the process to run the multiple test sets?

3 Answers  


How to capture the tooltip of webelement,if there are two values displayed in tooltip of webelement?

1 Answers  


c language is thre but what is the purpose of c++, java is there but what is the purpose of Advanced java ....why these are all versions are coming...whta is the problem?

2 Answers   Accenture,


what is spy, and how can u use?

1 Answers  


Categories