what is the use of automation frame work ??(QTP)
Answers were Sorted based on User's Feedback
Answer / suseela
Hi
If u want to know abt this answer fist of all u need to
know wht is an automation framework.
Frame Work Means...A test automation framework is a set of
assumptions, concepts, and practices that provide support
for automated software testing to maintain a systematic
approach to develop more robust automation scripts.
The use of frame work is....
When developing our test strategy, we must minimize the
impact caused by changes in the application What we are
testing, and changes in the tool we use to test them.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / nbabu
Hi,
Can anyone let us know how to design the Automation
framework. On what basis framework design gets changed? Pls
provide any documentation related to this.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is exact meaning of Database Checkpoint in QTP 9.2 and what are the different types of the database check points?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Can anybody give the script to addsheet, add column,add values under that column in the rows?
Can we access the java methods in qtp. Because my requirement is to access the swt(for eclipse an it is java code) methods in qtp is it possible?
What are the different types of functions available in qtp and explain ?
I m in new and want to learn QTP. Is any website which provide free QTP video training.....also can downlaod....
when we enter url,one page should open.write a vb script ,that page is open or not
2 Answers Blue Chip India, Persistent,
Where is the Bitmap checkpoint information stored?
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 do u create new test sets in TD
results.xls file is automatically generated while running the script in QTP.But it is showing error to open the file
wht is Automation testing frame work. pls explain it