Suppose u write test case in Excel sheet . how u open that
test case in Test Director?
Answers were Sorted based on User's Feedback
Answer / abhesheke
u should a addin of test director in excel sheet which will
integrate both excel sheet and test director
first download the excel addin for test director and install
it and u find a option in excel tool bar saying export to
test director and open that link to your test director with
excel and follow the steps
queries plz ping me
| Is This Answer Correct ? | 6 Yes | 1 No |
Answer / koteswara rao merala
In TestDirector /QC login page we have options to
select/add multiple add-ins...Click on addinslink and then
select Excel addin on displayed add-ins list. after that
don't forgot to selct one more qc connectivy add in along
with this Excel add in.
Best way you can follow the steps which are provided in the
help doc of QC add-ins Help Page.
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / nani4urs
Hi,
In Test director we have an option to open test cases.
under the test plan tab we neee to create folders and u can
upload ur test cases.
| Is This Answer Correct ? | 1 Yes | 5 No |
whaht is the difference between CLASS & OBJECT?
How to export QTP results to an .xls file?
does test plan is in test strategy or test strategy is in test plan
please any one can explain the keyword driven framework. with gmail example.
pls tell me different type of automation frame works in QTP and which one need to select in client server application
. Types of properties that Quick Test learns while recording?
suppose u have two send buttons(same width,height,font) on an application write a descriptive programming
I want to export the datasheet to excel.Instead of total file it exports only data without headers.How to solve this problem?
What is recovery scenario in qtp?
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
Explain about the test fusion report of quicktest professional?
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot