Hi All, we are using QTP Automation Scripts to test SAP. I
recorded QTP Automation Scripts in English-based SAP GUI.
Now we have to test a French-based SAP sytem and use the
same scripts. The QTP scripts are failing when executed on
the French-based SAP System due to Object Recognition
Issues. What can we do? Do I re-record the scripts in the
French-based SAP system?
No Answer is Posted For this Question
Be the First to Post Answer
How many types of status are there?
What test you perform mostly? Regression or retesting in your testing process?
Thanks Rag... One more question, How we test the dynamic images which frequently changed?Using the bitmap checkpoint r any other options available.... Can u give the steps pls... Thanks
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
For Regression testing already written test cases are sufficient?
How to map the test cases to requirements in QC?
draw the qtp frame work?
How will you handle the situation when object is not captured during record?
what is throw object ?
Dis advantages of XML checkpoint ?
Hai anyone please "Explain about Framework in QTP?"
Why we have to split actions in a test?