Dear sir, i want to perform a QTP automated testing for
mechancial engineering software like msc adams, msc nastran
this softwares will help for mechanical engineering design
analysis>> i know oad runner win runner, test director,
QTp>> but i dont know how to use for automation
Answer / Pushpendra Chaturvedi
To perform automated testing for Mechanical Engineering software like MSC Adams and MSC Nastran using QTP (QuickTest Professional), you would first need to learn the Testing Framework and Programming Language used by QTP, which is VBScript. Familiarize yourself with the User Interface of these software applications and identify the test cases that can be automated. Once you have identified the test cases, write scripts using VBScript in QTP to automate the testing process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, i have a string like "INDIA". I need to display this string vertically in Msgbox?
How to load a object repository in QTP during runtime?
2 Answers BNP Paribas, Virtusa,
What are the differences between table and db checkpoints?
What is expert view in qtp?
can u Give Procedure to Handle Pop Window & write Code for that
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("» County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
How to handle the exceptions using recovery scenario manager In QTP?
in login module login button chage regularly(means login button change to submit button).What is the code for it.
What is the difference between driver-script and AOM-script?
How to apporach while starting the automation testing?
without Qtp features can we automated?
Lets say,flipkart website...in search button we have entered category[i.e watches] it displays some items...question is how to test price displayed each product is correct or not through qtp