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 type of testing and methodologies
What is deference between Action and Test? with Examples?
Does Windows Xp servicepack2 supports Quality center 9.2...? i got a QC 9.2 trial version..i tried to install on my sys but it says "HP QC 9.2 does not supported by Windows Service Pack2" please help me in this regard..
how many ways are there to copy test cases in test director
what would be purpose of Dashboard on Quality center? please provide me the advantage of dashboard? thanks in advance....
where are test cases stored in Test director?
How to fatch data from excel sheet using TEST DIRECTOR
What is the difference between winrunner and test director?
Explain the project tree in test director?
How can you run automated test cases td (quality center 9.0) ?
Can u link the logged defect to the perticular requirement in QC just as we can map TCs to requirements in QC.
what is the last version in TD to support for qtp?