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 |
How many tabs in testdirector and explain them?
can we maintain test data in test director?
Iam trying to get a job in QA .Can any one please send me the website or link ,so that i can download the trial version thank u
What r the tabs in test director?
5 Answers Brainhunter, Satyam,
What is Business Process?
how to run the qtp scripts in Test director.is it posssiblr or not?? and also i want to see the previes test results,how to see and where to see??
Can any one suggest me how to start preparing for a QA job? i started studying manual testing,is automated testing also required for interviews? thank u
When a new defect is logged, what setting should be used to configure QC to send an auto generated mail to the concerned developer?
What is the Purpose of Creating Child Requirement
How can we connect test director to winrunner and database?
how do u call data file and gui file in testdirector
Can we also write test cases in test director instead of excel or word if yes, how?