Why do you choose only QTP for your project automation among remaining tools like Rational robot and silk test?
Latest Answer: There can be many answers to this queston. But the most important is the availability of the trained resources to work on these tools.Almost all the tools solve the regression purpose and claim to do everything. But always they have limitations somewhere. ...
Can you completely write VBscript for your project without using recording mode in QTP? If yes, illustrate with an example?
Latest Answer: Dim intCntDim oD, oDObj Set oD = Description.Create() oD("micclass").value = "Browser" Set oDObj = Desktop.ChildObject(oD) For intCnt = ...
How will you compare a web pages one in UAT and one in Production? Can you know what changes have been implemented in the UAT after the enhancement using QTP
Latest Answer: Record a Script on UAT and Run it on Production.Regards,Nawab ...
Latest Answer: QTP directly cannot support DataGrid object. For that, user need to install corresponding Add-ins for support. If you are accessing Java application , install Java addins and if .Net, install .Net add-in etc...After you install Add-in, ...
Have you *personally* debugged/developed any QTP/WR automation scripts using TSL from scratch? If yes explain
Latest Answer: Yes..1. Use the breakpoint where u want to Debug either by pressing F9 Button or Click on 'Insert breakpoint' in the Debug menu2. Run the Script by pressing either Run button or f53. QTP Stops runnimg the script wher u placed the Breakpoint.4. ...
Latest Answer: open the pdf and create a virual object from Tools -> virtual object -> New Virtual object -> ans select the type of object and mark the logo.then record on the selected logo.and capture bitmap and place it in one of the folders.this is the script ...
Can I use checkpoints in functions?Thanks.
Latest Answer: Yes..But make sure that the Objects Info is present in the Object Repository and also the function is calling in the script where the Onjects info is stored ...
I have all my data in local sheet. I wan to export that sheet to Quality center attachments.we can do it by exportsheet method. syntax for this method is "DataTable.ExportSheet(FileName, DTSheet)".
Hi,I would like to submit/load test data from an external source like a flat file or excel (multiple test cases in a file) and submit that test data to a url (application that I am testing). I need to
Latest Answer: ''creation of new sheet using import function:-'let say new sheet has two columns userid and password. v=DataTable.AddSheet ("newsheet").AddParameter ("ColumnName Time","ColumnValue 8:00" )'msgbox"go"'''new ...
how can i check background color , bitmap images , graph in my application...???i am using web application...
Latest Answer: hi this property doesn;t exist in qtp. ...
View page << Previous 3 4 5 6 [7] 8 9 10 11 12 Next >>

Go Top