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 |
how to i add the values using the check points property?( i.e valid data(for valid data it's giving the footer message:value is added) and for invalid data: special chars, spaces,Duplicates and null values (in my page when ever we enter special chars, spaces and null values, it's giving the proper warning message and for Duplicates it's giving the footer message:"value already exists)?
What is QTP and the use of QTP in TD?
We are calling Actions in Expert View by using Run Action.but i want to know where we are saving the Actions Scripts.Pls explain??
How can i learn Descriptive programming in QTP. Please reply.
I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next
What is the another extention name of library file.If that is exist than what's the differnce between them.
What is a Dictionary object in QTP.?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
Is it possible to split an action? How?
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
I am getting the "test object property" Description properties "toolkit class" value By using "gettoproperty" in run time But my problem is how to get Ordinal Identyfier's type and value Type is index, value is 0 How can i keep this values in to required place How can i get these values in runtime I have to insert these "index" and "value" into another area Is there any script for this like "gettoproperties","Getroproperties" If anybody knows,please help me .
Pls explain me the difference between ........ Description.Create and CreateObject