how do u create new test sets in TD



how do u create new test sets in TD..

Answer / barun choudhary

Login to TD.
Click on "Test Lab" tab.
Select the Desired folder under which we need to Create the Test Set. ( Test Sets can be grouped as per module.)
Click on "New Test Set or Ctrl+N" Icon to create a Test Set.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

When a requirement is given to u to automate , What is ur basic approach ?

4 Answers  


take one exmple and write on that discriptive programe in qtp?

1 Answers  


IN EXCEL SHEET OF qtp SUPPOSE I ENTERED 10 NUMBERS RANDOMLY I HAVE TO GET TOTAL OF TEN NUMBERS IN THE 11 COLUMN USING qtp GIVE CODE TO IT USING qtp

2 Answers  


What are the different scripting languages you could use when working with QTP ?

6 Answers  


what frame work you are following?

0 Answers   Wipro,


How to make arguments optional in a function?

2 Answers   Crea,


What are the advantages of parameterization ?

0 Answers  


Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If

1 Answers  


what is purpose of automation?

3 Answers  


What are the advantages of qtp?

0 Answers  


I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?

1 Answers  


what is synchronization point, synchronization method, wait property method? with examples.. plz explain this in brief

3 Answers  


Categories