What is Automation frame work.How we will prepare in real
time.
Answer Posted / maseed
Frames works are designed by QA Lead or QA Manager for every new project Testing in the company,Frames works designed for the Automated tester for the assumptions of requirements in the current project. Frame work consists
1---- Repository
2----Test Scripts
3----Functions
4----Recovery
5----Test Data
6----Environment Variables
7---- Test Logs
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
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
What are advantages of test automation?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
What is keyword view?
what is Property......End Property loop? how to write sript for it in QTP
How QA specialist can identify when programmatic descriptions are useful?
We stored into the objects OR and then write the scripting
why you have standardized functions? plzzz guys with real time exp. do answer
Is it possible to merge two object repository files in qtp?
how to know no.of mails in our g mail by using vb-script
Why is action split used by qtp?
What is Distributed testing? How does UFT support it?
When to use descriptive programming?
What are the challenges you faced during you entire life automation ?
What is the difference between run time object and test object?