Is it possible to write a sql query manually in the QTP script to create a DB checkpoint instead of going through the MS SQL QUERY tool ? thanks Sai
Latest Answer: Hi,Can you please explain how to create the DB checkpoint subsequently ? ...
I am new to QTP. Can someone guide me, how can I automate AS 400 Application through QTP. Any reference doc or links. Thanks
Latest Answer: we can automate As 400 application using QTP. Using Terminal Emulators(TE) user can automate As 400 application with QTP. It depends on the terminal Emulator that u r using to access As 400 application. terminal Emulator is a third party tool to ...
How to retrieve data from Java Table in QTP which is in a Java InternalFrame
Latest Answer: Use GetCellData method.For ex, a = Browser("").Page("").Frame("").JavaTable("").GetCellData(1,2) msgbox aIt will display the 1st row and 2nd column of the
Java table. ...
Hey Guys,I have Windows XP professional system in which i have installed QTP after disabling Antivirus & Firewalls.But the QTP tool is not getting started when i try to open it.Please tell me what exactly
Latest Answer: Am also getting the same ,i dont if i want to disbable firewalls and antivirus,i cannot open the qtp main page if u get any answer please reply ...
how we can return a value from a function in qtp
Latest Answer: Suppose if we write a function as follows:Public function Sum (parameter1,.......)a = 10b = 10c = a + bmsgbox cSum = cEnd FunctionAlways one thing make sure that whatever the value you return, for ex, c, should point to the function name. In this case, ...
Can anyone tell me if QTP 8.2 and IE 7 are compatible and if not how can i go about it to be able to use my QTP 8.2 version. thanks.
Latest Answer: Hi,QTP 8.2 does not support IE 7.0. Please use latest version of QTP. QTP 9.2 support Internet Explorer 7.ThanksCPS ...
How to record the QTP 9.2 scripts on FireFox 2.0 ?Performed all these steps: Automation >> Record and run settings>>Select Record and run test on any open browser.Ope the following address when the record
Latest Answer: Yes, U missed one step, U should select which browser should perform during run time or U have select Firfox2.0 in the drop down.Let me know ...
Hi, I am new to QTP also to Automation testing. Our company requires us to validate if we can use QTP for testing and its urgent. I tried some use cases but there is one use case I am not able to do.
Latest Answer: I had the same issue, and I was able to resolve it by creating a virtual object on the menu item and then mapping it to the object in Object Repository.It's easy to do. Run the Virtual Object wizard, and then record your action, ie. click, double-click, ...
What will be the script to access the values of a particular column of an excel sheet (one by one) and use it ? Pls help..Thanks..
Latest Answer: Hi, As per my understanding you wanted to fetch the values from external excel sheet.For that you need to create object of that excel application first.Code for this will be like this-Set objExcel = CreateObject("Excel.Application")Set objWorkBook ...
Is there any add-in for this particular testing
Latest Answer: Hi Arora, I have same question....The application produces an output file which is in the format of .PDF and we have to check the required fields in it and also it contents.Regards,Narin Kamuni ...
View page << Previous 6 7 8 9 [10] 11 12 13 14 15 Next >>

Go Top