I need Major Help with a Script I recorded in QTP 9.5. I am
recording scripts for a Web-based application(s) I have all
the URLs for each application in Excel spreadhsheet so that
QTP can pull that particular application from the
spreadsheet and run it. The problem is QTP isn't
recognizing one particular URL so when I hit run in QTP to
run this script it opens the internet Explorer but isn't
open the URL I have in the Excel spreadsheet. I've retyped
the URL and still QTP won't open this Particular one for
some reason. The site its self is working fine but for
whatever reason QTP won't open it. How do I resolve this? I
have a deadline of next Friday the 7th to complete this
task so please help me in any way you can. Thanks in advance
No Answer is Posted For this Question
Be the First to Post Answer
What is the regular expression for Yahoo mail Inbox?
Hi How to retrieve data from web element line by line?
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
if i have 10 actions and out of 10 actions last 3 actions i renamed will my script exicute sucesfuly r not? changed actions where i can see?
what is the exact Diff. Between Test and Component in QTP?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.
can any one make me confirm about a real time employee with better experience in QTP who is providing QTP course individually in Bangalore???
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
What is the diffrence bettween QTP 9.0 and QTP 9.1?
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...