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 |
Hi, Plz give best Definition of Software Testing? Why we need Software Testing? and plz send 2+yrs experience Interview qutions (Manual,Qtp).
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.
When you are running a batch test of 5 scripts and in 2nd script appln crashed, what hpns then?
how to capture the run time values of web table.
In a WebTable 2nd row,3rd column contains one link and that link name is changing dynamically. How you will click the link?
How we test web based application by using QTP
we r conduction testing on a project USING QTP, regarding that project the object repository is full ? Till that project having objects that r not recognised by repository, then what wil you do? How we wil recogine remailning objects? Is it possible to maintain another shared(or)peraction repository? what is the maximum capcity of object repository? How the technical people decide this much object repository is enoughf for this project?
what is the Command used to start the QTp from Run.
what are recovery management techiniques?
if devloper change only button names in present build then script will execute or not , why? Only gui changed.......
Does quicktest professional is unicode compatible?