Latest Answer: Data driven testing is a concept, or methodology.It demands for the same static code to run differently, according to the initial conditions that were inputed to it, or the ongoing conditions that were present during run-time.An example would be a "Save" ...
How can I stop QTP from recording mouse clicks and window movement while testing .net applications? Please answer.
Latest Answer: Go TO tools menu -> Options. Click the “Web” Tab and then on Advanced button.Check the use Standard windows mouse events and then uncheck the “Onclick” checkbox. ...
How do you handle runtime error in QTP when specified excel sheet specified in script does not exist
Don't mix this question with dynamic objects.
Latest Answer: try time() function. ...
Latest Answer: A test object is an object that Quick test creates in the test or component to represent the actual object in your application. Quick test stores information about the object that will help it identify and check the object during through run session.The ...
In my Data Sheet, I want to import Data from a data source at run time. The problems are:1) I go to data sheet and do sheet-->Import-->From Database. Then i write a query to select data. as soon as I
Latest Answer: Can you explain your problem clearly? ...
Latest Answer: You'll need to implement it yourself, as opposed to using the built in native QTP mechanism. The code structure I use is: iTimer = Timer ‘Get the current time DoTriggerEvent ‘E.g. : click a button, submit a form, close a window, etc. Do ...
In QTP data table, we have two excel sheets one is Global and another one is Local(Action1). If I want to enter another excel sheet in Data Table, then how will I add ?
Latest Answer: in data table two sheet are there : global,actionif globalwindow("Â ").winedit("Â ").set datatable(" ",dtglobalsheet)if actionfor i=1 to 10 step 1datatable.set current row (i)window(" ").winedit(" ").set datatable(" ",dtlocalsheet) ...
I am automating the SAP application using QTP.My query is when the SAP application gets upgraded to a new version then what could be the several reasons of Failing of the scripts which were recorded on
Latest Answer: Either the GUI or the Properties of Objects have undegone Changes.RegardsNawab ...
Latest Answer: CMMP : Capability Maturity Module Plan (Software development process) ...
View page << Previous 7 8 9 10 [11] 12 13 14 15 16 Next >>

Go Top