HI, Anybody can explain Automation Test Framework...and wht
do we do before start of Automation.....
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / krishnateja muppalla
If they ask about Framework, then you will have to explain about:
Driver Script,
Shared Repository & Local Repository,
Global Sheets and Local Sheets,
Library Functions,
Output folder/sheets etc
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ramesh
Actually Framework is a folder set such as scripts,test
cases,test data,object repository.Generally automation
testing framework is designed to create and maintain the
overall tests in a easy manner.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / softwaretester4u
Hi man framework means structural format of test scripts
creation (means folder structer) (But this is not
defination)
if u want mre subsirbe yahoo group testingguru and post ur
question
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pradeep
A test automation framework is a set of assumptions,
concepts, and practices that provide support for automated
software testing.
Source - to read more:
http://www.ibm.com/developerworks/rational/library/591.html
| Is This Answer Correct ? | 0 Yes | 0 No |
1. How to capture data from images in QTP and produce them in Excel sheet
how do u prepare Test Environment ?
Hi Friends, Im planning to do certifcation in mercury Automation Tool QTP.But I Didnt get any clear details regarding course syllabus, fees, where to approach, and which certification would be useful for the experienced testers? can any one send me the details?
which tpye of exceptions mostly do we face in QTP
what are the attributes of QTP?
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
Can we create user defined functions in qtp?
Thanks Rag... One more question, How we test the dynamic images which frequently changed?Using the bitmap checkpoint r any other options available.... Can u give the steps pls... Thanks
actually how many hours per one day we will work on automation(qtp) in real time
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
Can any one send me the QTP Basic Coding Samples?
Please have a look at this: a = Browser("Travel Boutique Online").Page("Travel Boutique Online_2").webelement("innerhtml:=2622").getroproperty("y") a=a+9 msgbox a Browser("Travel Boutique Online").Page("Travel Boutique Online_2").image("alt:=check","y:=a").click Now please let me explain. As clear from code I am trying to enter value of variable 'a' as Property y. But each time QTP AND MY SYSTEM stops responding when this line is execcuted. But When i enter some number in place of 'a' in the last line. it works fine. Please let me know what I am doing wrong at time of entering the variable in last line. Thanks a lot