QTP script with .jsp - 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 Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: QTP script with .jsp (/Thread-QTP-script-with-jsp) |
QTP script with .jsp - karraaruna - 05-08-2013 Qtp Version - 10 OS - Windows QC - QC 10 Add-ins used - Java, WEB Application is based on .JSP web pages My application is a web based application developed using the .JSP pages with multiple tabs. I have multiple IFRAMES and each frame contains multiple textboxes and buttons and images My problem is when I use the Browser and page in my application I used reg expression and in that i recorded each tab/frame and entered data in the text boxes. I also changed the IFRAME property to reg expression but when trying to run it is not identifying the objects how can i accomplish this,can you please advise. The following properties set for browsser Title = applicationname.* Openurl = https://applicationname.* name = applicationname.* IFRAME property reg expression url = https://applicationname.* and not identifying the page. each iframe is developed based on each different .jsp like Foldername.jsp Foldername1.jsp and so on. is that any other way i can set the property to identify them individually. please advise. thanks very much in advance. |