-
-
-
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??
-
-
-
How do you automate citrix applications using Citrix ?
I am using qtp in my Local machine and try to automate an application which is present in Citrix environment(remote access). Is it possible? If yes, please advice me how can i do this?
-
How will we know if the test case is executed correctly or not?
After execution of the script, How we will come to know that test case is executed correctly or not?
QTP Interview Questions
Ans