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 |
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
How to make arguments optional in a function?
what function you write to do database testing with the help of qtp?
whaht is the difference between CLASS & OBJECT?
How QTP integrate with application?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
Explain the types of object repository?
What are different types of frame works ?
if our qtp vb Script may be Currepted then What we want do?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
Is there is any method how to connect remote desk throw QTP if yes please answer with a example?
What are the three challenges U faced during automation testing of your application.