Execute scripts - 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: Execute scripts (/Thread-Execute-scripts) |
Execute scripts - sherst - 01-11-2013 Hello guys, I have a problem with understanding QTP. So, I have a web page with link. User click on that link, program execute some processes on computer and if everything is ok start new JDialog authentication form with text fields and button. I want to automate click on Link and authentication process(fill user/password fields and push button). Do I need to create 2 scripts? In first realize click on link in second click on button or I could create all actions in one script? How do I know that first script finishes without errors? Thanks in advance. |