Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

why don’t use real time they r not using check points

1 Answers   Wipro,


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, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya

3 Answers  


Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?

1 Answers  


difference between waitProperty & Checkproperty

4 Answers   AON,


What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?

0 Answers  


what is the Descriptive Progarmming? how it is help to testers in QTP?

4 Answers   TCS,


you written some code in qtp for opening google.com browser and entered some text inthe search text box and clicked search button. this is ur script.. before running this script i have already opened two google.com browsers. now am running the script what will happen? script will run or what?? Thanks... Nani

4 Answers   Oracle,


i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)

0 Answers  


your coming from electrical backgroung..but y ur coming to software side?

0 Answers   Accenture,


In Test Director bug rEPORTS, wHAT ARE THE CONTENTS(fIELDS)? iF yoU PREAPARE BUG REPORT IN eXCEL sHEET , hOW U SEND TO dEVELOPMENT TEAM THRW T.D?

1 Answers  


Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.

0 Answers  


Categories