After fixing the bug, the same bug is raising again and
again in new builds what we have to do? That bug is high
level bug.

Answer Posted / nitin sharma

As per my knowledge,If same bug is rising again and again
then do one thing.After it is fixed by the developer ,remark
it "To Be Verified in Final Build" .Verify it in every build
but do not change the status to Closed.After verifying in
Final build at release time then only closed it.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what are the limitations of smart identification in qtp 9.0

1926


Hi All, How to get repeated word in string . Thanks Balaji

936


Can we Test Welcome Screens and Process Images with QTP

1427


i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api

1491


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

1346






What is an optional step in qtp ?

636


What is the XML file architecture ?

1552


Have you used xml check point in your project? How?

549


How to recognise the webelement and verifying that webelement is enabled?

1644


Differentiate the type of test cases which can be automated and which cannot be automated?

567


Where you get the run time data table?

583


In QTP can we feed the out of one browser(internet explorer) as an input to the another browser(mozilla firefox)? If yes explain how to do it with an example.

1529


How to use transactions in qtp?

563


How you can replace string in qtp?

571


How the exception handling can be done using quicktest professional?

545