Write the Test Cases for ATM(Any Time Money)
Answer Posted / subhash
To Test ATM
First of all
Make sure that ATM card is inserted in the proper way or
not
Verify that ATM Machine can recoginse the ATM Card or not
Verify that by default it should display the name of the
Account holder & it should request for the password on
the screen ..
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What is the file extension of the code file and object repository file in QTP?
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Explain the differences between table and db checkpoints?
Can we create user defined functions in qtp?
What are the advantages of Object Repository?
In qtp, how you can get the last character from a string?
What are the recording modes in wave event?
On what document base Descriptive programming is written if build is not yet ready ?
How to integrate the qualitycenter with qtp
What are the types of object repository in qtp?
What are the main differences of qtp and win runner?
how can we do the frame work in qtp
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 which type of projects the iterative model is not suitable?