Does anyone know or have experience in the following?
TestDirector (now Quality Center) installation and
administration.
configuration and administration of Quality Center /
TestDirector - not just usage!
Answer Posted / ddddddddddddddddd
while (dr.Read())
{
var obj = new {
carType = dr["carType"].ToString(),
seatCaps= dr["seatCaps"].ToString(),
imgUrl = dr["imgUrl"].ToString(),
extraPH = dr["extraPH"].ToString(),
extraPK = dr["extraPK"].ToString(),
tariffA = dr["tariffA"].ToString(),
tariffB = dr["tariffB"].ToString(),
driverBatta = dr["driverBatta"].ToString()
};
items.Add(obj);
}
con3.Close();
return items;
}
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do you ensure that there are no duplication of bugs in Test Director?
How to generate the graphs in test director?
how do you integrate Perl or shell automation scripts in TD?
Disavantages of document generator? How to take a print out of the steps in the Parameterized scripts?
How can we split the tests in Test Director?
Explain about failure options in TD
how do u call data file and gui file in testdirector
how can we see all fields in test director
What is quality center( test director)?
How can you run automated test cases td (quality center 9.0) ?
Hi All, Im currently getting to grips with the Document Generator in Test Director and have a query. We use TD to link requirements to test cases and I am attempting to produce a report which lists the requirement and the test case it is linked to. I cant see a way to do this as the test case link info resides on the Coverage page and it appears the only field available to display for requirements reports within document generator as those on the 'details' tab. Any tips?
Explain the procedure of connecting testdirector in qtp?
How can we connect defect report from testlab&testplan tabs?
What is the purpose of (three)each view?
How many types of reports can be generated using testdirector?