Which environments are supported by hp qtp?
No Answer is Posted For this Question
Be the First to Post Answer
Hi I am working with QTP.If I want to write a certification exams,Which one is the best one suggest me friends!!
How we can differentiate between stand alone application and web application in QTP?
what is the Exact Meaning of Environment Variables?
Howcan you differentiate between Exist statement, Exist property, and Exist method??? How they used???
What is keyword view?
Can anyone please tell me how to select next 5th business date from calendar using QTP/UFT ?
1 Answers Cigniti Technologies,
What are the Application Functions available in QTP?
WHat is Object Identification and Object Spy?
How to identify whether a web page exists or not without using Browser(" ").Page(" ").Exist?
How to import excel sheet to QC?
What r the diffrernt file extentions in QTP?
I have recorded a test using qtp to download a file in an application. Code: Browser("MFA Work Queue Manager").Page("MFA Work Queue Manager").Link("Rules Maintenance").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebEdit("txtSearch").Set "PmtType" Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Search").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").WebButton("Export").Click Browser("MFA Work Queue Manager").Dialog("File Download").WinButton("Save").Click Browser("MFA Work Queue Manager").Page("Rule Maintenance").Sync Dialog("Save As").WinButton("Save").Click Dialog("Save As_2").WinButton("Yes").Click Problem: When running this test it gives an error at line no. 5 as Save button object is not identified by it's parent object. This code I ran 4 times after recording at it was working fine but 5th time onwords, it starts giving me the above problem. I used exist property option, Check Property option but none of this changes work at all. Kindly help...