-
Noe I wanna Fetch all the Browser's currently loaded in the application.....
Appreciate your Help.
Thanks
Nawab Shaikh ">Hi Friends,I want to Fetch the Application objects for Example all the Browser currently loaded in Windows .The Scenario is I want to do end to End Descriptive Programming in my Code...Something LikeSet oDesc = Description.Create()oDesc("micclass").Value = "Browser"Noe I wanna Fetch all the Browser's currently loaded in the application.....Appreciate your Help.ThanksNawab Shaikh
-
-
-
-
whereas for IE
Browser("Browser").Navigate (Datatable.Value("url","Global"))
so when i run the IE script on netscape it fails.
">How to run QTP scripts recorded in Internet Explorer on a Netscape or FireFox browser?nestcape tries to read the code this wayWindow("Netscape Browser").WinObject("NS_AE_WindowClass").Type "http;//servername:8080/trial/"whereas for IEBrowser("Browser").Navigate (Datatable.Value("url","Global"))so when i run the IE script on netscape it fails.
-
-
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?
-
-
-
QTP Interview Questions
Ans