1.How recognize QTP Dyanamic Image?
(suppose tha wedpage contains 3 logos..1 square 2.circle
3.rectangel)there changing at same position how to capture
that)

Answers were Sorted based on User's Feedback



1.How recognize QTP Dyanamic Image? (suppose tha wedpage contains 3 logos..1 square 2.circle 3.re..

Answer / ashish wadhwa

We can add one square image in Object repository and let's
say that its file name is "square.gif". Mow while
recognising circle and rectangle, we can set the file names
dynamically in our code to "circle.gif" for circle
and "rectangle.gif" for rectangle respectively.

Ist this a satisfcatory answer? Hopefully....

Is This Answer Correct ?    3 Yes 5 No

1.How recognize QTP Dyanamic Image? (suppose tha wedpage contains 3 logos..1 square 2.circle 3.re..

Answer / rohit

Hi,
Through regular expressions,we can solve dynamic pages.
correct me iff i am wrong

Is This Answer Correct ?    1 Yes 8 No

1.How recognize QTP Dyanamic Image? (suppose tha wedpage contains 3 logos..1 square 2.circle 3.re..

Answer / shilpa reddy

first of all u need to observe the exact time gap b/w the
appearance of one figure to another figure.apply this time
gap in ur script by using wait(time in seconds) method
wherever u required and capture that object.I didnt tried
with this,but this is my thought,i dont know how far it
will work.lets try this.

Is This Answer Correct ?    1 Yes 11 No

Post New Answer

More QTP Interview Questions

How to test login module with different username and password by using data driven testing in QTP?

0 Answers   HCL,


Suppose one object is changed in a project after delivering the project.Where we will update that object? it can be present in many scripts so can we update all the scripts?

1 Answers   IBM,


I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?

3 Answers   TCS,


I have a WebEdit Object.It is added in object repository.It has two properties Name and Index.In the next release the Name Property is same but the index property is changed.when i run the script will the script Pass or Fail

9 Answers   ADP,


Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )

2 Answers   FIS,






How To clear the AutoComplete?

1 Answers  


What is difference in global and action sheet in qtp?

0 Answers  


How you can delete excel file in qtp?

0 Answers  


Which recording modes need more memory?

0 Answers  


Will QTP gets installed on virtual PC.What is the maintenance number to be given

1 Answers  


i this is balaji from chennai i have 4 yrs exp in testing and my qualification is bsc computers i completed in correspondace in which companiies accept the correspondace plz let me know

1 Answers   Accenture,


difference between multiple parameterization and data driven wizard in QTP?

1 Answers  


Categories