WHAT ARE THE BUG TRACKING TOOLS USED IN TESTING PROCESS
AND WHICH IS BETTER TOOL TO BE USED IN BUG REPORTING ?
Answers were Sorted based on User's Feedback
Answer / amit
Actually in most of the companies they use excel sheet as
bug reporting tool. It has some features like summary,
project, version, date, assign to developer (name of the
devloper), severity (critical, medium, minor), priority (1,
2, 3), status (new, open, fixed, closed, rejected,
deferred, reopen, rejected, closed), steps taken, expected
result, actual result).
In other companies they use bugzilla, test director.
In market many freeware bug reporting tools are available.
Please look the site.
http://www.aptest.com/bugtrack.html
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / shubhangi
HP Quality Center is good for bug tracking and test
management
| Is This Answer Correct ? | 1 Yes | 0 No |
What is Mainframe testing all about? What is testing methodology which applies to this kind of testing? Can anyone with the basic knowledge of mainframe system can apply for the Mainframe testing job requirement?
Actually how many positive and negetive testcases will write for a module?
What is the difference between IIS web server & Apache TOmcat server
EXPLAIN HISTORY OF SOFTWARE ENGINERRING? ISO & CMM certification and its use in context to software testing
can anyone tell where can i get coaching for visual studio test tool. post ans either here r send mail to nemsivaramy@gmail.com
What is the difference between web application and desktop application in the scenario of testing?
What is a Test Plan and What it contains?
What is Gap Analysis
Why are static testing and dynamic testing described as complementary?
what is the difference between defect management tool and tesecase managment tool, what are its purpose, does QC and TD use for both(defect &test case managment)
What is path coverage testing?
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP