Hi,I am working on QTP automation of a application which is Java based. I would like to count the submenu options available for one of the menu item (say for ex 'File' ) also I would like to
Latest Answer: Public Sub MaximizeBrowser(test_object) browserHWND = test_object.GetROProperty("hwnd") Set BrowserWindow = Window("hwnd:=" & browserHWND) If BrowserWindow.GetROProperty("maximized") = "False" Then BrowserWindow.Maximize() ...
Could any one of you plz explain it soon as it is very urgent.Thanks in advance
Latest Answer: Only the difference between .Net application and Java Appliaction is Controls/Objects(Textboxes, comboboxes etc...).by default QTP cannot recogize .Net or Java objects directly. So to access those objects, user should install .Net addins or Java Addins ...
How I can coding on qtp for remote to anysitefor run qtp and I would like to send my datatable together.
When developing the QTP script for application, what steps should be followed to ensure that the GUI object of application-under-test does not get impacted by the current local environment
Hi,Plz explain how i can create the output parameters in the actions.plz explain with the flight reservation window application.then i tried with the input parameter with call action methodlike using from
Latest Answer: Output Values:
A step in which one or more values are captured at a specific point in
your test and stored for the duration of the run session
It is similar to GetROProperty Method but this GetROProperty Method is
limited to retrieve ...
While play backing the qtp scripts on java application i am facing the different kind of problem.The data is not getting entered into the cells of a particular table which is in application.Ex: JavaWindow("Organization
What are the add-ins needed to automate Microsoft OutLook objects.I am trying to automate outlook using QTP. But it is not recognizing outlook objects properly.I want click on mails one by one and want
Hi Guru's,I am currently testing an application which generates PDF & XLS reports and I would like to validate some text and data values within the PDF output to ensure an "expected result"
Latest Answer: CreateObject method is used for integrating Shell operations.Set SH_OBJ = CreateObject("wscript.shell")SH_OBJ.SendKey "ctrl" + "F" '''emulate Find Feature i.e hitting Control & F keys.SH_OBJ.SendKey ...
As a QA tester How do introduce your new software?
what is Database verification in QTP?
Latest Answer: This is simlar to verification of data manually, instead here we use QTP to automate the process,This is done by connecting to DB using ADODB connection, used Record set collection to manipulate the data I think the other reply gives the code to connect ...
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top