Batch testing in howmany ways u perfrom in QTP

Answer Posted / sandeep

Although this TEST BATCH RUNNER is good tool. Till it will
do following things

1 Open test

2 Run it

It will not do the settings like Adding functions.

Setting up the repository, recovery scenearios etc.

I think it is better to write VB Script which does
following taks.

1 Open Test
2 Link all functions,Object repositroy, recovery scenarios
etc.
3 Run test

This is more dynamic in nature. Even if new function in
your framework gets added till it is not a big issue.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is accessibility check point?

656


What is QTP’s model for test creation?

677


How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?

1808


How to export quicktest professional (qtp) results to an .xls file?

597


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)

1414






Explain different type of event trigger option.

539


Thanks....But can u tell me how i use the QTP for GIS with one Example...

1429


What is quick test pro?

590


How to use transactions in qtp?

563


whenever U using QTP,Test Director, Why we using separate Bug tracking tool?

1566


How to creating an output value using quicktest professional?

542


How to find a window is minimized or not

1445


I need Major Help with a Script I recorded in QTP 9.5. I am recording scripts for a Web-based application(s) I have all the URLs for each application in Excel spreadhsheet so that QTP can pull that particular application from the spreadsheet and run it. The problem is QTP isn't recognizing one particular URL so when I hit run in QTP to run this script it opens the internet Explorer but isn't open the URL I have in the Excel spreadsheet. I've retyped the URL and still QTP won't open this Particular one for some reason. The site its self is working fine but for whatever reason QTP won't open it. How do I resolve this? I have a deadline of next Friday the 7th to complete this task so please help me in any way you can. Thanks in advance

1713


How you can find length of array in qtp?

542


what is keyword driven testing in qtp?n how is it useful?

1491