DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN

Answer Posted / amit

Well, any body holding the responsibility from QA can do it.

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1336


How many types of Automation frameworks are there in UFT? Describe them.

548


How to analyzing test results using quicktest professional (qtp)?

575


How may types of defects identify application or your currently working application?pls give me answer..

1506


breef description of batch testing ?

1701






What is the basic concept of qtp?

569


How to add verification steps to tests?

9111


How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)

1727


Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.

1844


What is the quicktest professional (qtp) testing process?

559


Have you done batch testing in qtp? If yes how you are doing?

495


How many types of recording modes in qtp? Which will be used when?

542


How to create Reusable and Multiple Actions?

1697


How many types of actions are there in quicktest professional (qtp)?

526


I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?

1555