what is the automation framework that ur company
using(actual procedure,not theoritically explination)

Answer Posted / kishore

we are Using keword driven frame work in our company.
steps:1)first capture the objects in repository
2)rename the logical name of the objects
with three or four letter key word
eg:for text boxes as TXT_mybox
for list boxes as LIST_myList
3)rename the test data excel sheet coloumns as in
repository objects logical name. The coloumns should be
same order as in UR appliction.NOTE:here UR controlling
test execution by UR excel sheet.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to define array in qtp?

580


If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?

1440


1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible

1612


how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods

1384


Have you used xml check point in your project?

558






How do I lauch my test website using code from qtp in different environmet, uat and PPTE?

1463


which type of testing process are you following in ur company? how to recognize a qtp page?

1409


Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?

653


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


Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

1438


how did u use automating testing tools in ur job?

1489


how to convert 100 into hundred repees only and viceversa

1455


Does QTP run in any environment?

616


How does quicktest professional (qtp) identifies the object in the application?

583


How to get popup error message.

1030