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 wrong in my code?
Hi, How Accessibility checkpoint in QTP can be implemented in the test script?
How many ways we can parameterize data in quicktest professional?
Explain advantages and disadvantages kdf?
What is use of object spy?
How do you delete unwanted results in qtp?
What are advantages of test automation?
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
Through array we can execute the testcase how ? give me example
Please Clarify if smartidentfication is used at runtime when qtp does not recogonize the objects
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
what is difference between normal mode and fast mode?