Answer Posted / k. chandra sekhar
a) Defect life cycle when the team lead open the what is the
defect then that defect status is changed that open stage
b) Open status in Defect life cycle when after tester who s
verifying then that status open some times team lead or
developer also
K.Chandra Sekhar
Senior Software Test Engineer, XYZ Company in Hyderabad
I am taking the live project class for testing projects and
how to success the interval panel
In That class I am teach to real time FAQS with real time
answers. They are
Manual : 300 FAQS
QTP : 300 FAQS
HR : 100 FAQS
TD : 50 FAQS
Resume : 100 FAQS
Test case : 75 FAQS
Related company : 100 FAQS
Related stands : 50 FAQS
One project 20day explain Near S.R nagar Ph 91-9951458189.
(Class timings only 8AM to 2 PM) ndra_143@yahoo.co.in
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
How to use output values in qtp ?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
PLEASE TELL ME WHEN DO YOU USE THE OBJECT SPY AT RUN TIME
What is the difference between the design-time and run-time data tables?
i have doubt suppose iam purly working in manual, when i will get work to do on sql and performence testing? pls any one clarify doubt?
How you can decide which type of object repository you have to use?
Where you are storing your script?
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)
What are the steps involved in recovery scenario wizard?
What does it mean when a check point is in red color? What do you do?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
Have you done batch testing in qtp? If yes how you are doing?
Explain the types of object repository?
How to run a test using quicktest professional (qtp)?
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