![]() |
|
QTP not generating code on web app - 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 not generating code on web app (/Thread-QTP-not-generating-code-on-web-app) |
QTP not generating code on web app - Ace96 - 10-06-2012 I'm brand new to QTP and was trying to follow along to a training demo on youtube. I'm doing exactly what the instructer is doing, yet my QTP is not generating any code. When I press record, it opens Ebay, but when I type in my search and click the search button QTP displays nothing. But if I move IE or minimize it then it generates code for that, but nothing for the actual website I'm trying to test. Any help? Here's the code: Code: Window("Windows Internet Explorer").Resize 684,667 |