How to open QTP from JavaScript without using ActiveXObject?
i need to invoke QTP from a javascript without using ActiveXObject. can anybody guide me how to proceed with this? Thanks, Ramya. ...
i need to invoke QTP from a javascript without using ActiveXObject. can anybody guide me how to proceed with this? Thanks, Ramya. ...
Hi i am new to qtp ,this is a sample script in which i am facing few errors like "URL might be wrong" could you kindly guide me through this. Browser ("Google").Navigate ( "http://www.google.com") Browser ("Google"). Page ("Google").Sync Browser ("Google"). Page("Google"). WebEdit("q:"). Set (" tarun lalwani") Browser ("Google") .Page ...
We have a suite of automatic tests written in QTP (Quick Test Pro - an HP product), and we have just upgraded to Delphi 2009 (I know we are late adopters), and all of these tests no longer work. The plugin that QTP have released does not work with Delphi 2009 - we have that in writing now from HP. Do you know of (a) anyone else in the sa...
Hi, I have used RunTestSet utility using ant to run testsets from QC automatically. i need to save the test results in a location. Earlier i used RunResultsOption in vbscript and got the results. Now when using RunTestSet, how can i create a RunResultsOption with RunTestSet? Please guide me. Thanks, Ramya. ...
Using QTP 9.5 with Powerbuilder application(Niche - If anyone has heard of it) List in cell is : Male;Female;Unknown If I use : strCellData=PbWindow(strPbWindow), PbWindow(strPbWinow1), PbDataWindow strPbDataWindow).GetCellData("#1","cellname") I can get data if it is blank or one entry. If I have multiple entries seperated by ";...
I am trying to call a C# dll from QTP (uses vbscript). I have tried a number of things with no success: Visual Studio 2010 Create C# class libary (st.dll) code: using System; using System.Collections.Generic; using System.Text; namespace st { public class Class1 { public static int GetValue() { ...
Hi, I am looking for ideas to trigger the actions for fly-out menus using QTP. I am testing a Web App using QTP. The application has "cascaded" or hierarchical fly-out menu. e.g. Options->Preferences While recoding QTP recognizes the end point on the Menu hierarchy (say "Preferences"). But while running the test, firing the WebEleme...
I am using QTP v10 and my application is in .Net 3.5. I created the custom server control for TrackBar from the provided document "HP quicktest professional .net add in Extensibility", copied the Configuration.Xml file to SwfConfig file as indicated. Then opened the QuickTest but the test still shows the Click method only and not the Set...
I'm loading a dll (c#) from QTP. Is it possible to debug the c# code when the qtp test starts. ...
We are in the process of implementing automated regression testing for our applications, and are looking for a solid batch-testing utility. We have QuickTest Professional 10.0, and it comes bundled with 'Test Batch Runner' which appears to be deprecated. It appears in previous versions there was 'Multi-Test Manager', which has been dis...
HI friends, HP AIS Certification valid for how many years? I did cetification on HP QTP 9.2 and QC 9.2 on May 2008 Thanks ...
This is my code snippet for comparing 2 excel files. I call this function from my QTP scripts. I get this error quite often which causes my test script to fail. Any pointers will be appreciated. Set objExcel = CreateObject("Excel.Application") objExcel.Application.Visible = False objExcel.DisplayAlerts = False Set objWorkbook1= objExcel...
I'm using QTP 10 together with VMWare to test a Siebel Application. I'm executing the following code to click on a Save button. Browser("Siebel").Dialog("Filedownload").WinButton("Save").Click The code works perfectly fine when I'm connected to the VM via Remote Desktop. On the other side, when I'm starting the QTP test through the s...
Wat is the subject of the certificate? Ex: my certificate is : CD090711trust.jks How to find the subject of the certificate and wat is the procedure to use this method ....... with Regards, Vicky. ...
Hi, I've been taking a quick look at QTP with one of our test team. We've figured out some basics like recording a test, capturing text using output values, putting in check points, etc. However, I can't figure out how to do the following... We have a web form which a user fills in and submits. This will create an item and assign it...
We use JMP applicaiton for statistical analysis. I am trying to use QTP (record/playback) for this. But it does not work. ONce it opens the applicaiton and tries to open a file, the JMP applicaiton shuts down. we compare two CSV files and generate matched pair analysis of Mean for various paramters. any recommendation on how to proceed?...
please suggest which tool should i use - QTP, RIATest , Selenium for Flex Application Functional Automation Testing . please help me compare them with different advantages and disadvantages. any help appreciated ...
Hi All, Is it possible invoke the SOAP API which returns object of some class or which takes the object of class as input parameter via QTP web-service addin? Is there any way to call overloaded API via QTP web service addin? Thannks Laxman ...
I am experimenting with using QTP for some webapp ui automation testing and I was wondering how people usually write their QTP tests. Do you use the object map, descriptive programming, a combination or some other way all together? Any little code example would be appreciated, Thank you ...
My test team currently uses QTP to test through the GUI, but like any automated test suite that relies on the interface, it is more fragile than automating tests that directly interact with the code. I am attempting to learn more about Siebel and Siebel Tools to better understand how we might be able to test below the GUI, but would like...