Micro Focus QTP (UFT) Forums
Working with Splash Screens - 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: Working with Splash Screens (/Thread-Working-with-Splash-Screens)



Working with Splash Screens - Rajashekar Gouda - 01-21-2009

Hi All,

I have an exe fine, when I use SystemUtil.Run command to invoke that application, it will throw a error "Unknown pictuer file extention" and there will be OK button on the error message, when I click on OK button it will open a object as "Splash Screens". If I click on the same exe file manually,application will open properly.

Can any one pls help me to get resolve this issue.

Regards
Raaj


RE: Working with Splash Screens - kishoreinchennai - 01-22-2009

go to Run give the full path of the .exe and open the application if it opens without any error message then use the same in systemutil run

I guess you are calling the exe with an incorrect parameter.......


RE: Working with Splash Screens - Rajashekar Gouda - 01-22-2009

Thanks for the reply,

I tried that method also before, no use.

And I am using the correct parameters only, there is nothing wrong because if I use the same command for other application like opening the IE etc.

Raj