what are the different Frame Works in Quick Test
Proffessional testing
Answer Posted / narsimhareddyk
Most commenly used automation frame works
1) Modular Frame work ( Action Driven Framework)
2)Functional Decomposis Frame work( Library Architecture
Frame Work)
3) Hybrid Frame Work
4) Data Driven FW
5)Keyword Driven FW
narsimhareddyk@hotmail.com
| Is This Answer Correct ? | 0 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
When you open QTP, how many sheets you can see?
How to test login module with different username and password by using data driven testing in QTP?
Hi All, How to get repeated word in string . Thanks Balaji
What is the basic concept of quicktest professional (qtp)?
What is text check point and text area check point?
What is the parameterization? Give one example?
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
how can i call function (which has link with excell sheet at a remote location) within another function
what are the utilities and drivers
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
How to explain a banking project in interview as a test engineer???
Explain how qtp identifies objects?
What is the script for database check point, bitmapchek point, regular expression ?