i want know iam working 2+ exp in QTP can i do performence
testing (eg:loadrunner) yes r no?
Answer Posted / less than you
Creating confusion with two 'yes' and one 'No'. what is
exact answer??
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
why text area checkpoints cannot used for web applications
The hybrid framework can be implemented for any application. Is it true?
what is actually contain test report? can anybody post the test report
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
what is meant by Implicit and explicit requirements?
What are benefits of qtp?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
In qtp, explain what is crypt object
How does qtp identify gui object?
How to recognise the webelement and verifying that webelement is enabled?
When ‘option explicit’ keyword is used in qtp?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
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