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...


I have one bitmap image in my webpage. The bit map image is
moving like 1 place to 2nd place and 2nd place to 3rd place
Etc… in my webpage.
I wanted to write script for dynamical objects like above
example.
Could you please send me the answer for above query.

Answers were Sorted based on User's Feedback



I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2n..

Answer / raj kumar

This is the correct answar

Var= Browser("Automation Testing Interview").Page("Automation
Testing Interview").Image(html tag:=IMG", file
nmae:=KalAajKal.com").Exit

If Var= True then

Browser("Automation Testing Interview").Page("Automation
Testing Interview").Image(html tag:=IMG", file
nmae:=KalAajKal.com").Click

Else

Msgbox " No image on page"

endif

Is This Answer Correct ?    6 Yes 0 No

I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2n..

Answer / naren

V can identify the image using below DP irrespective of its
position.
Browser("xx").page("xx").image("file name:=xx.gif").click

Since the image file name will be unique

Is This Answer Correct ?    3 Yes 0 No

I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2n..

Answer / neeraj

is it correct answer

Is This Answer Correct ?    0 Yes 0 No

I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2n..

Answer / kumar

regular expression can be used when the image name
consider as pic1 , changed to pic2 or pic3.


but in this secnario , position of the image is changing.
so need to identify the object dynamically.

answer 1: can resolve this issue......

Is This Answer Correct ?    1 Yes 2 No

I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2n..

Answer / kumar

hi vineela

using the Analog Recording mode we have to record each
and every possible position of the Image in the page.
In this secnario the image position is not fixed in the
page,so it will be in position 1 or 2 or 3 or 4 or 5or 6 or
7 or 8 ................

so we can't handle this using recoridng mode options.
Go for Descriptive programming(Answer1), irrespective of
the position it will identify the image in the PAGE.

Is This Answer Correct ?    0 Yes 1 No

I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2n..

Answer / neeraj kumar

Hi! Mvkumar123

To resolve this issue we will use regular expression. QTP
provides regular expression to identify an objects,having
changing values....





Regards
Neeraj Kumar

Is This Answer Correct ?    2 Yes 4 No

I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2n..

Answer / kumar

Browser("Automation Testing Interview").Page("Automation
Testing Interview").Image(html tag:=IMG", file
nmae:=KalAajKal.com").Click


here in image(). give the unique properties of that image.

Is This Answer Correct ?    2 Yes 5 No

I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2n..

Answer / vineela

Hi Kumar,
In Analog Recording mode we can identify the objects with
window coordinates. It doesn't matter where the picture is
on desktop, but by default is Context Sensitive mode so we
need to change to Analog recording mode for that particular
step.

Is This Answer Correct ?    1 Yes 5 No

I have one bitmap image in my webpage. The bit map image is moving like 1 place to 2nd place and 2n..

Answer / alok

Hi,
Your's problem will be solveed by using virtual object
concept.

Is This Answer Correct ?    0 Yes 9 No

Post New Answer

More QTP Interview Questions

In a webtable,a list of values are there,rightnow one values shows,later random another values shows,but how to retrieve the random value in webtable.

1 Answers   HP,


What is the difference between keyword view and expert view?

0 Answers  


I have an application running in Linux server. I am reaching the application through emulators like telnet. My operating system at the client side is Windows XP. Using emulator I am connecting the Linux server and working on the application. Can I automate the testing of the software running in Linux server using QTP. In short, does QTP support the applications running in Linux servers.

1 Answers  


Define QTP ?

10 Answers   TCS,


Which property do you use to retrieve or assign data into a cell in a Data Table object?

1 Answers  


we r conduction testing on a project USING QTP, regarding that project the object repository is full ? Till that project having objects that r not recognised by repository, then what wil you do? How we wil recogine remailning objects? Is it possible to maintain another shared(or)peraction repository? what is the maximum capcity of object repository? How the technical people decide this much object repository is enoughf for this project?

7 Answers   AppLabs, CGI,


Synchronization methods?

8 Answers   Ordain Solutions,


Hi I'm a beginner in QTP. So far I'm ok with Descriptive but stuck while implementing Hybrid Frame work. 1. I have created a Keyword file with .vbs ext set home=description.create home("title").value="Welcome to feests" set reglink=description.create reglink("name").value="register yourrestaurant / take away" set fbusname=description.create fbusname("name").value="business_name" set dispname=description.create dispname("name").value="display_name" set restchkbox=description.create restchkbox("name").value="restaurant" set cuiscate=description.create cuiscate("name").value="cuisine_categery1" set addline1=description.create addline1("name").value="address_line1" set pstcode=description.create pstcode("name").value="address_postcode" set cntry=description.create cntry("name").value="address_country" set mlandno=description.create mlandno("name").value="landline_no" set emailadd=description.create emailadd("name").value="email" 2. I have created an Function Library file as follows Function launch() bro="C:\Program Files\Internet Explorer\iexplore.exe" url="http://www.feests.com/" invokeapplication bro&" "&url Browser(home).page(home).Link(reglink).click End Function Function restregistration(karthik, teja, Ameerpet, UK) Browser(home).page(home).WebEdit(fbusname).set "karthik" Browser(home).page(home).WebEdit(dispname).set "teja" Browser(home).page(home).WebCheckBox(restchkbox).set "ON" Browser(home).page(home).WebList(cuiscate).Select "Indian" Browser(home).page(home).WebEdit(addline1).set "Ameerpet" Browser(home).page(home).WebEdit(pstcode).set "UK" Browser(home).page(home).WebList(cntry).select "United Kingdom" Browser(home).page(home).WebEdit(mlandno).set "023775347" Browser(home).page(home).WebEdit(emailadd).set "email@gmail.com" End Function 3. This is how I have called the keywords and Functions in QTP executefile"C:\Documents and Settings\karthik\Desktop\keywords.vbs" executefile"C:\Documents and Settings\karthik\Desktop\functions.vbs" launch restregistration karthik, teja, Ameerpet, UK, "email@gmail.com" Now the issue is, I'm trying to enter the email ID in WebEdit field. But I dont know what is the mistake I did, if I run the script in QTP it is showing following error Error: Expected identifier Line (2): "executefile"C:\Documents and Settings\karthik\Desktop\functions.vbs"". Can someone help me fix this, please!!?

0 Answers  


Whenever we use GETROPROPERTY function.

7 Answers   NIIT,


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

0 Answers  


can any body clearly explain about hybridframework with the explanation for files what ever we come acros in this frame work?

4 Answers   Wipro,


How we can merge the object repositories?say if we have two or three object repositories then how e can merge them? is there any option in Qtp to merge the object repositories

5 Answers   BirlaSoft,


Categories