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
Can you please explain the procedure of connecting testdirector in qtp?
What is architecture?
what are the type of testing and methodologies
how do u call data file and gui file in testdirector
How do we attach excel sheet with test director?
What is the purpose of (three)each view?
I installed TestDirector 7.6 on my PC which has windows media center edition. It was working fine in the begining. But now when I try to start it, I get the message, "cannot connect to databas. The data base version is older than 7.5, please update database". I am using MS Access as the database. Any help would be appreciated.
What are the 3 views?
Is QC comes under functional testing or not?
how do you integrate Perl or shell automation scripts in TD?
Can we export the files from test director to excel sheet? If yes then how?
Can any one tell how to install the TD in our system?
how will you do execution workflow, creat and modify test sets
can we connect qtp 8.2 version with test director 8.0 verion if how if not why 2)when test director 8.0 version released
How to identify test cases with no scheduled test runs.