Latest Answer: Associate Repository is a feature in QTP, using which we can add/map repositories for each action in a script. ...
Latest Answer: Function AttachHTMLAsMailContent(sSendTo, sSendToCC,sSendToBCC,sSubject,sHtmlPath) Dim objOutlook Dim objOutlookMsg Dim olMailItem ' Create the Outlook object and the new mail object. Set objOutlook = CreateObject("Outlook.Application") Set objOutlookMsg ...
How do you use descriptive programming technique for the following statement:Browser("Browser").Page("Yahoo! Mail - taslim123456@yah").Frame("Frame").WebElement("WebElement").Exist
Latest Answer: Yes!!!If you have access to QTP Manual please cross-checkRegards ...
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: Test Object:An objcet that resides in Object Repositry and which QTP use while running script is called Test Object.Run Time Objcet:An object that actually presents in the application is called Run Time Object.While running script QTP compares Test Object ...
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 ...
View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Go Top