Answer Posted / anonymous
Actually I don't know, Because I put fake experience. I
never did these things. So, how can I tell you about those?
-----Fun-----
To trace out whether the process is going on without any
interruption. By reviewing, we can get an insight what is
the status of the project, what are different things, are
there any obstacles while completing our project. If any
problems are arised, workarounds can be implemented.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
could any help me please, how to work on visual foxpro application using UFT
how to disable the pop ups through QTP using a script
what is vmodel?advantages and disadvantages of vmodel?
Whether qtp 9.0 supports Test director8.0
Define object spy ?
How to change the priorities of the recovery scenario properties?
How you create new action 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
How can I import environment from a file on disk?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
what is stepin & stepout?
How to test results for qtp ?
Hi we are running tests remotely from quality center and pushing tests into qtp boxes remotely, and it does execution but while uploading results back into quality center it hangs in qtp box.If any one come across similar problem, please send me details how to handle this. Thanks kris
suppose i login into gmail page after that i read all the messages (say 10 messages) i have to send (SAVE) the messages in Html,notepad and i have to replay(Compose) send the messages please give me the code and give mail id so that i can clear my question
Where we can use the synchronization?