![]() |
|
How do you validate the refresh types like ajax refresh or page refresh - 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 Others (https://www.learnqtp.com/forums/Forum-UFT-QTP-Others) +--- Thread: How do you validate the refresh types like ajax refresh or page refresh (/Thread-How-do-you-validate-the-refresh-types-like-ajax-refresh-or-page-refresh) |
How do you validate the refresh types like ajax refresh or page refresh - venkatbatchu - 07-30-2009 Hi All, Scenario: I have one parent and child By selecting a parent it will display corresponding child values under Child with 1.Ajax refresh 2.Page refresh 3.Jav script refresh How do I ensure that the displayed values are with Ajax or page or java script refresh Could you please explain with the help of script. Thanks, Venkat.Batchu RE: How do you validate the refresh types like ajax refresh or page refresh - Saket - 07-30-2009 what do you mean by "Ajax or page or java script refresh", Can you please provide some more info also if possible screenshot of application. RE: How do you validate the refresh types like ajax refresh or page refresh - venkatbatchu - 07-31-2009 As we see idf it is a page refresh then total page will be refreshed and corresponding values would be displayed in the same way ajax refresh means it will not send the request to server but refresh would occur occur only on fields instead of page refresh. Java script refresh mean which is same as ajax refresh but it will send the request to server but refresh would not occur entirely on the page RE: How do you validate the refresh types like ajax refresh or page refresh - Saket - 07-31-2009 I think there must be some differences in behaviour of all three. I think we can determine based on those. |