Micro Focus QTP (UFT) Forums
QTP on NatStar application? - 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 on NatStar application? (/Thread-QTP-on-NatStar-application)



QTP on NatStar application? - bpyro - 12-01-2008

Hi everyone.

I need your help.

Is it possible to use QTP 9.2 on a "NatStar" application?

It seems not to be possible. You can see below a script generate. We have a positional record (and i don't want that). And i'm not satisfied about the identification of the objets in the Object Repository.

Code:
Window("Utilisateur SCRIPT").WinObject("TWINDOW1").Type "10/05/2008"
Window("Utilisateur SCRIPT").WinObject("TWINDOW1_2").Type "12/12/2008"
Window("Utilisateur SCRIPT").WinObject("TWINDOW1_3").Click 152,5
Window("Utilisateur SCRIPT").WinObject("TWINDOW1_4").Click 11,8
Window("Utilisateur SCRIPT").WinObject("TWINDOW1_5").Click 34,6
Window("Utilisateur SCRIPT").Activate

I'm used to script on WebSite or on Flex application but i don't know about NatStar application.

Thank you for your answer.

Ben.