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!
Answers were Sorted based on User's Feedback
Answer / superman
refer the admin user guide pdf file that comes with
software.
That is enough if you are preparing for the interview.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
What are the drawbacks of TD??
abbreviation for CHAT?
what is the Extra tab in QC ? Explain me?(Suma)
what is connection between test plan tab and test lab tab? how can u access your test cases in test lab tab?
What is the role of snap shot in Test Director?
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?
what are test beds?
what is connection between test plan tab and test lab tab? how can u access your test cases in test lab tab?
What is the role of snap shot in Test Director?
How we load the test script into testdirector
Main Diffrences between Test Director and Bugzilla?
What r the views in testdirector?