Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Invoke an application and login using QTP problem
I was able to use the systemutil.run to get the application to invoke, however, i can't get it to log in.
I did this in winrunner with the following code:
UserID = "XXX";
login_application(UserID);
invoke_application("path","db","",SW_SHOW);
Please login...
set_window ("Please login...", 32);
edit_set ("dfUser", User);
password_edit_set("dfPassword", "hwgucsgubx");
button_press ("pbOk");
I need the same concept to work in QTP. YOUR HELP IN APPRECIATED!!
Profile Answers by RCBExpress Questions by RCBExpress
Questions by RCBExpress
Related Answered Questions
Related Open Questions