-
QTP and CITRIX terminal server Access question
I need to automate tests on a inhouse built application. This application can be accesed through CITRIX terminal server. How can I connect to this server via QTP and access the application.Is there any special add-in required or functions I need to call? Any kind of help is appreciated. If you could point me to any material that might help will also be very helpfulThanks in advance
-
-
-
-
Invoke an application and login using QTP problem
I am trying to invoke an application and login to it using QTP. 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",...
-
-
-
-
-
QTP code If condition question
Purpose of the script is:1. Take value from the datatable2. Take row value from the application. Values are displayed in a webtable3. Compare both the values 4. Come out of the For loop when they match or else continue with the loop till the last row Code is:If Browser("A").Page("B").WebTable("C").Exist Then TotalRows = Browser("A").Page("B").WebTable("C").RowCountEnd If Datatable_value = datatable("Datatable_value...
-
What is descriptive Programming in QTP?
Can we compare anything in Silk Test to that of this?
-
-
-
-
-
-
-
How to call the library file into the script, without hard coding the path in the script?
When i am writing the Executefile statement in the middle of the script, and while running the script, it is pointing to the first line and displaying message as "Path not found".Should the executefile() statement should be at beginning of the script??
-
-
QTP Interview Questions
Ans