what is the difference between the modular framework and
datadriven frame work
Answer Posted / jan
What do you mean by modular framework? I bet that a modular
framework can include datadriven components. Data driven
simply means that every aspect of your test, such as
environment variables, object definitions, configuration
variables, etc, are all pulled from a database or some
other structure that was built from data.
We are moving from a coded scripting.dictionary element
definition to a method by which name/value pairs are built
from data in a database, based on variables such as the
environment we are in (test, stage, prod), and the site we
are testing, or the usergroup setting, etc.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
how can we compare descriptive programing with a regular expression
Generic function to search for the unique link in webtable and click on it
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
What is checkpoints for quicktest professional?
hou can we use vb script in qtp could u tell me breafly
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
What are the different recording modes?
How many tabs are available to view your test in a test pane and what are they?
What is test object model in quicktest professional (qtp)?
Why is action split used by qtp?
What is the differences between image check point and bit map check point?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Have you used xml check point in your project? How?