what is the framework followed by ur company in qtp
Answer Posted / satyanarayana
In my company we are using datadriven and keyword driven
frame work.
which means it is hybrid frame work.
The process followed is
first of all we have to create the required folder structure.
And then we prepare our scripts .After this we enhance our
scripts using parameterisation,recovery scenarios etc.Then
we save the scripts in script files using .mts
extension.Repository files using .tsr extension,library
files with .vbs extention,recovery files with .qrs
extension.Then we take new test and associate all the
required files to the current test. Then using datatable we
will mention the key words in it.Then in qtp test pane we
write the required script and we will execute the script
using the functions prepared in library files based end to
end scenario.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
Hi, While recording a Jave based web application, its recording all my actions and the objects.And I have 5 WebEdit objects on the page and all are recorded. But while execution, at the 2 WebEdit object, its entering the value into the object (Its making a call to the AJAX, matching the value), when the control get out of this object the value is erased or cleared. Could anyone please help. I have recoreded 5 more scenarios where WebEdit is in the picture on different webpages and all are working fine. Here is my Script: Browser("Sign In").Page("Matching Workbench_3").WebEdit ("locationLookup").Set "0320 - SEATTLE-KM" Browser("Sign In").Page("Matching Workbench_3").WebEdit ("supplierNameLookup").Set "TRAMMO PETROLEUM INC" *** SupplierNameLookup is the object, which is haing an issue. And also I was using the SendString function, but it didnt work.
please post the interview questions for QA position in FACTSET
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)
How many types of run modes are there in qtp?
How do you convert manual test cases to automated test cases?
what is Property......End Property loop? how to write sript for it in QTP
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
Both static and dynamic arrays are handled by the vb script. Is it true?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
What is the extension of the recovery scenario file in qtp?
hi i have 4 yrs exp in manual and automation testing using QTP i need sample resumes plz can u send this mail id pbre1980@gmail.com
What is the difference in testing a client-server application and a web application?
What is smart identification in QTP?
How to use checkpoints in qtp ?