02-02-2012, 08:43 PM
Hello ,
im Using QTP 9,5 and try to generate automated scripts for an Application
The first thing i realized is, that the application is only recognized als Window Object, so i have to use positions x,y to move in the application.
This is not good but does not making any trouble. The terrible thing is:
My Testcase only runs, when i watch via RDP.
When i dont watch via RDP, i cant login into my application:
username and password are declared and initialized variables
In my oppinion all looks pretty well so i dont understand why qtp cannot realize this steps while im not watching per RDP.
My suggestion was that the method type can only be performed when there is a active keyboard (O.o).
Any suggestions ?=)
Regards
Dennis
im Using QTP 9,5 and try to generate automated scripts for an Application
The first thing i realized is, that the application is only recognized als Window Object, so i have to use positions x,y to move in the application.
This is not good but does not making any trouble. The terrible thing is:
My Testcase only runs, when i watch via RDP.
When i dont watch via RDP, i cant login into my application:
Quote:Window("Customer Management").Window("Sign in").Activate[/quote]
Window("Customer Management").Window("Sign in").Click 165,70
Window("Customer Management").Window("Sign in").Type username
Window("Customer Management").Window("Sign in").Click 159,89
Window("Customer Management").Window("Sign in").Type password
Window("Customer Management").Window("Sign in").Click 213,154
username and password are declared and initialized variables
In my oppinion all looks pretty well so i dont understand why qtp cannot realize this steps while im not watching per RDP.
My suggestion was that the method type can only be performed when there is a active keyboard (O.o).
Any suggestions ?=)
Regards
Dennis