Micro Focus QTP (UFT) Forums
How to validate the dyanamic content using QTP? - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Regular Expressions (https://www.learnqtp.com/forums/Forum-UFT-QTP-Regular-Expressions)
+--- Thread: How to validate the dyanamic content using QTP? (/Thread-How-to-validate-the-dyanamic-content-using-QTP)



How to validate the dyanamic content using QTP? - thirna4word@gmail.com - 04-23-2015

Hi

Can you please explain on how to validate the dyanamic content in a page using QTP?


Thanks
T.Thirunavukkarasu


RE: How to validate the dyanamic content using QTP? - supputuri - 05-01-2015

Hey what dynamic content you want to check?

Are there any templates which will push the dynamic data into web app?


RE: How to validate the dyanamic content using QTP? - thirna4word@gmail.com - 08-30-2017

(05-01-2015, 01:31 AM)supputuri Wrote: Hey what dynamic content you want to check?

Are there any templates which will push the dynamic data into web app?

Hi

The location of the image got changed everytime from one position to another position for every execution. How are we handle this situation

1.(Ex) When you first open the application the image present at the top for the first time user then the image position changed to middle after relogin. So how are we maintaining the test scripts for this case.In this case the position alone will be changed.

2.When the offers being made by any other bank then the image position will notĀ  always be sameĀ  position as an when the offer is being made to customer.So how are we maintaining the automation test scripts.In this case the object itself will be changed.

Regards
T.Thirunavukkarasu


RE: How to validate the dyanamic content using QTP? - supputuri - 10-03-2017

Check if the image have a static property(which is not dependent on the position of the image).
I believe dev should have used same property whenever a bank approve (irrespective of the bank name).