CAN ANY ONE PLEASE EXPLAIN DIFFERENT TYPE OF FRAMEWORKS
USED IN QTP?EXPLAIN EACH OF THEM?..POST TO
VANILKUMAR_1981@YAHOO.CO.IN
Answers were Sorted based on User's Feedback
Answer / vanil
Hi
there are 3 types of frameworks.
1. data driven frame work
2.keyword driven FW
3.Hybrid FW
Hybrid frame work is nothing but the combination of 1,2
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / seenu
In QTP having lot of frameworks is there .
for ex:1. Leniar framework 2. keyword driven framework 3.
modular framework 4.data driven framework 5. hybrid driven framework.
Basically you have to tell hybrid driven framework. y bcz in that framework all type of framework are added.
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya
Waht is Test Report , What it consists?
In a page i have N number of links at a time i would like to open those links by using QTP?how to do that?
How to make arguments optional in a function?
In QTP if u got a defect , how to report to developer using Test director or Quality center .
in a database table there are 3 columns (name , marks,grade) , in application after retrieving data from db to fields name, marks click ok button then grade should displayed ---for this how to write vb script prgm
Does quicktest professional is unicode compatible?
What is difference between design time and run time data table?
who QTP recognizes the object stored in object repository?
Is it possible to run QTP scripts created in IE 6.0 in IE 7.0?
hi nani my doubt is how does qtp process metrix related to software process.
How should I get results when I run scripts in a Batch mode