HI, Anybody can explain Automation Test Framework...and wht
do we do before start of Automation.....
Answer Posted / narendra
Automation Test Framework describes the approach we are
following to automate our application testing
Mainly there are 3 standard framework approaches
1.Date Driven Framework
2.Keyword Driven/Table Driven framework
3.Hybrid framework(combination of above 2 frameworks)
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
What test you perform mostly? Regression or retesting in your testing process?
Can any body please tell me the steps of keyword driven framework of QTP.
I want to write some certification courses, so friends could you guide me? which certification is best and how to write exam and what tutorials need to be studied,what to do first, I am working on automation tool QTP 9.2
How to integrate the qualitycenter with qtp
What are the different types of functions available in qtp and explain ?
What is the significance of “action 0” in qtp?
i want information about API testing and i want info like how process can be done in company? i want added info like coding ,debugging, desing in c.v ? what should add in c.v for eg banking domin? pls any answer my question?
explain how to write vb script in qtp?when will you write own script?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
What is Cross browser testing? Does UFT support it?
Hi Every body please explain me in steps to use checkpoints and object Repositories in QTP for Flight Reservation application please tell me the steps for this its urgent pls thanx for urs answers
When and why to use descriptive programming?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?