DEFECT LIFE CYCLE,WHO PUT THE STATUS AS OPEN
Answers were Sorted based on User's Feedback
Answer / viswa
There are different cituations like below:
1) Business analyst can put in open before assgining the
defect to developer to fix it if it is a really defect.
2) Tester can put it in 'Open' status as the defect is not
really fixed and comment and gives the steps the reproduce.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / amit
Well, any body holding the responsibility from QA can do it.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / 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 |
Where you get the run time data table?
How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize
h to all plz send me the answer if any one knows about this....i want the java add-ins for the QTP to do my project which is developed under the java platform.
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
hi Friends ,willany body tell me what is the Scope for the automation Testing inht Future is their Or not And what is the Top Most Level in the testing section according the Pay scale
How can we disable popup blocker?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
write script to read and write data from file ?
is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
In a web site, Protocal has been changed http: to https: what is your approach?
Hi, My problem is as follows. I recorded a script that created Object repository of each action i recorded. But later I added one more step (which was to enter data in a textfield) into the script through expert view. But as no repository for this newly added step exists in the test, my script fails. So please help me to sort this problem that how can I create object repository of a new step in an existing test. Thanks everyone
We have a text file which contains 1 to 100 numeric values sequentially like 1 2 . . 100 Now we have to count them and transfer to XML file by writing a code in qtp.