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 can we see all fields in test director
how many ways are there to copy test cases in test director
How do we import testcases written in excel to test director?
how will you do execution workflow, creat and modify test sets
What are the 3 views?
what are the type of testing and methodologies
Can you please explain the procedure of connecting testdirector in qtp?
What is the purpose of (three)each view?
Explain the procedure of connecting testdirector in qtp?
What is the difference between master test plan and test plan?
Is QC comes under functional testing or not?
Can anyone tell me where i can Download free full version of test director
how do u call data file and gui file in testdirector
How you integrated your automated scripts with testdirector?
How can we split the tests in Test Director?