Micro Focus QTP (UFT) Forums

Full Version: Execute scripts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.