what are the different Frame Works in Quick Test
Proffessional testing
Answers were Sorted based on User's Feedback
There are 5 types of frame works.
1.Linear frame work(General recording and inserting check
points or using if conditions)
2.Data driven frame work
3.Module driven frame work
4.Module driven frame work
5.Hydrid driven frame work(It is the combination of 3 & 4)
Module driven frame work and Module driven frame work both
are same functionality but the navigating is different
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / chaitu.c
QTP Frame Works (FW) are 5 Types
Madular Script FW
Liabrary Arch. FW
Data Driven FW
KeyWord DRiven FW
HyBrid FW ( Combination of 3 and 4 FW)
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shailaja
1.Linear frame work
2.Data driven frame work
3.Module driven frame work
4.Keyword driven frame work
5.Hydrid driven frame work(It is the combination of 3 & 4)
But as mentioned above can you let me know the navigation
difference between the two Module driven frame works
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kumar
priya what is the difference between 3 & 4 methods
regarding to frame works
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / murali.nachahally
there are 6 frame works are presently using in the organization.
1.Linear frame work
2.Data driven frame work
3.Module driven frame work
4.Keyword driven frame work
5.Functional Decomposition Frame work
6.Hydrid driven frame work(It is the combination of 3 & 4)
| Is This Answer Correct ? | 0 Yes | 0 No |
in which case & which method we can use "native" property of an object ?
how will u do database testing in qtp? how will u do the same with descriptive programming?
in data driven testing for performing operations which method is easy from manual test data,keyword view,or from database.and why?
How u perform exception handling in QTp,what is other name for ths
any body can you help me what is the script to automate an comand promt
When it be decided to go for either Per - Action or Shared?
How to suppress warnings from the test results page?
I have 5 save buttons in my application on 5 different tabs one after the another . I have spy them and added each of them in my OR. My Or is able to highlight each button on each of the 5 tabs. But when I run the script it does not click the object.Is there anything I have to edit in OR. Any property to add or delete? Below are the properties of 5 save buttons. My code for each is like browser().page().savebutton1.click Browser().page.savebutton2.click Properties of 5 buttons Dhopare, Namita Sent: September 2, 2015 2:57 PM To: Vullengala, Jagadeeshchandra "Class Name:=WebButton", "abs_x:=718", "abs_y:=693", "class:=Button", "disabled:=0", "height:=22", "html id:=btnSaveTab1", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""btnSaveTab1"" class=""Button"" onclick=""document.getElementById('a1').click();"" name=""btnSaveTab1"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=718", "y:=616" "Class Name:=WebButton", "abs_x:=687", "abs_y:=571", "class:=Button", "disabled:=0", "height:=22", "html id:=btnSave", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""btnSave"" class=""Button"" onclick=""document.getElementById('a2').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=40", "x:=687", "y:=494" "Class Name:=WebButton", "abs_x:=635", "abs_y:=478", "class:=Button", "disabled:=0", "height:=23", "html id:=", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a3').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=635", "y:=401" "Class Name:=WebButton", "abs_x:=695", "abs_y:=558", "class:=Button", "disabled:=0", "height:=22", "html id:=BtnExternalPartySve", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input id=""BtnExternalPartySve"" class=""Button"" onclick=""document.getElementById('a4').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=41", "x:=695", "y:=481" "Class Name:=WebButton", "abs_x:=672", "abs_y:=642", "class:=Button", "disabled:=0", "height:=22", "html id:=", "html tag:=INPUT", "innerhtml:=", "innertext:=", "name:=Save", "outerhtml:=<input class=""Button"" onclick=""document.getElementById('a5').click();"" value=""Save"" type=""button"">", "outertext:=", "type:=button", "value:=Save", "visible:=True", "width:=40", "x:=672", "y:=565" Previous Item Next Item Connected to Microsoft Exchange
After running scripts how you report results ,there is any specific report form
How can you quit from Action.
Could some one help me the difference between GetTOProperty and SetTOProperty and when we will use these properties. and what is meant by SetToProperties..
what is throw object ?