popup window takes a long time
I am automating a test where you click a button and a new window comes up with a report in it. I go to the window and look for text. Now everything is working, but when I try to access the popup window...
View ArticleQTP not identfying combo box
I have a combo box in my application. 1. I type in the text which i want to select from the list 2. To select that i have to click the mouse on the items which came for the substring i typed so it is...
View Articleclosing browser at end
Hi I currently have as my last step in qtp Browser("aALIWeb").close this will close the browser in qtp ... IF the test ends normally. But, I have the setting that upon error, QTP should stop the run....
View ArticlePega Application Automation
Hi Ankur, Can you guide me in the automation of pega application automation. i have already sent a mail to you on the same .. please let me know incase if your require more information on the same. i...
View ArticleUsing QTP how to Restart tomcat service on remote server
Is there way to restart tomcat service on Remote server using QTP. Please help
View ArticleDoubts in automatino framewrok
I am very confusing while automating my application I have small web application which I want to automate using QTP n VB Script. I have 15-20 test cases which I want to automate but I don't understand...
View ArticleExtensibility accelerator
hi, Did anyone use extensibility accelerator in qtp? does it do the same purpose as adding virtual objects , to add objects which cannot be recognised by qtp?
View ArticleExplorer Crash - when UFT 11.5 is open
Hi, When ever my UFT is open i am not able to open any folder(or even work on open folder). If i open any folder(or work on any open folder), after 10 sec. explorer crash popup comes and forces to...
View ArticleExecuting RunAction along with Function Call
Action 1: Dim a, b, c a = 10 b = 20 c = 30 RunAction "Action2", 0, "Login_To_AUT " & """ & a & """, """ & b & """, """ & c & """ Action 2: func = Parameter("Function")...
View Articleobjects sometimes recognized and sometimes not
I am running QTP which opens a browser that has a place to enter login and password (similar to the flight demo). I added the boxes to the repository and put them into my QTP script (enter text in...
View ArticleVerify the order of web links
Hi. Dose anyone knowh how I can check the order of links on a webpage? If I have a section in a webpage with 10 links, I want to verify that these links always is displayed in the same correct order. I...
View ArticleStar ratings
Hi All, I have a Star rating functionality, but when i click on the star in recording mode, nothing gets captures in qtp, but it works on browser. can anyone suggest how to deal with this screenshot...
View ArticleIE hangs when QTP clicks button
Hi all I am experiencing a strange problem with a script testing on IE. If i perform the test manually it runs without problems, but when QTP runs it, IE hangs when clicking the button. The process bar...
View ArticleRegarding Debug cursor option
Hi All, I am new to QTP and using QTP 10.0. While running the test cursor is not coming on left of row which is running. Which option need to enable/disable. Regards, Sumit
View ArticleCustomizing Descriptive Programming
Hi, I have the below line of codes in DP Set Dbrowser=description.Create Dbrowser("micclass").value="Browser" Dbrowser("title").value="Google" Set Dpage=description.Create...
View ArticleGetCellData() method ???
Hi, I am using GetCellData() method on a table like... first name last name Phn no. WebEdit WebEdit WebEdit When i use method for first line, I get the desired result, but I use this method for second...
View ArticleDelete and Replace nodes using vbscript in XML file
Hi Team, I have a XML file as below : <?xml version="1.0" encoding="111"?> <Fileheaderproperty> <type> <Car>2</Car> <parking>no</parking>...
View ArticleExcel to HTML results
Hi all, I wrote a QTP script which is storing the output values in excel sheet, but my team asked us to write the script that will store the output results in HTML.I don't know anything about HTML.I am...
View ArticleGetting links from a cell
I have a mutli-page tabular (r x 4) report that looks like this uid first last email jsmith John Smith jsmith@yahoo.com bjones Bob Jones bjones@yahoo.com ... ... 1 2 3 The 1 2 3 are in the first cell...
View Article