QTP is throwing session error after saving the page but manually not in AJAX and JSF - 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: QTP is throwing session error after saving the page but manually not in AJAX and JSF (/Thread-QTP-is-throwing-session-error-after-saving-the-page-but-manually-not-in-AJAX-and-JSF) |
QTP is throwing session error after saving the page but manually not in AJAX and JSF - sking511 - 07-15-2010 Hi, I am working on IE 6.0 my application is developed by JSF, AJAX and Richfaces the problem is whenever I save a particular page and clcking the home button its throwing a session invalid after this the server throuing me the Contact support desk But manully I am not able to reproduce this scenario for this same page so I am not able to moveforward from this If anybody have this problem please let me know could be a great help!! RE: QTP is throwing session error after saving the page but manually not in AJAX and JSF - MVChowdary - 07-15-2010 Hi sking511, It might be problem with application code and while executing QTP throwing error on that page. It may not come through manually. Check it your development team for this issue. RE:QTP is throwing sessionerror after saving thepage but manually not in AJAX and JSF - sking511 - 07-22-2010 Added the below line at top of my code it fixes my problem Code: Setting.WebPackage("ReplayType") = 2 |