What is the D/B Test managemet tool and bug trcking tool?
Ans send to pbr.qtp@gmail.com
Answer Posted / vijay
Bug tracking tool is a tool which helps you to organize the
issue's you find in testing.so that same can be checked
while re-testing or regression testing.so that your system
is error free.
It can also be used to prioritize the issue the development
team needs to fix.
In manual testing - bugzilla,VM's issue tracker is used
In Automation testing - realted test managment tool is used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what kind of frame work you used in your last project?
What are the advantages of parameterization ?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
How to find the difference between 2 dates in qtp?
What is the use of ordinal identifier in qtp?
Please guide me release notes of Automation once scripts are completed
How can I import environment from a file on disk?
How do you send email with attachment from outlook using qtp ?
How to capture a window in QTP?
How many types of parameters are there?
What is the difference between qtp and selenium?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field and so on. how we can handle this scenerio thru Descriptive programming?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What is quicktest professional window?