anyone can explain the following concepts.
1.diff b/w Linear and modular framework
2.diff b/w keyword and hybrid framework
Answer / raj kumar
Liner Framework - Here all the tasks are put together is one test pane and done the job.
Modular Framework - After preparing complete action , split it into different individual action and call them in a driver.
in other word in this framework we are calling the action on main script.
Keyword- you are colling the function on main driver.
Hybrid - is a mixer of two framwork
| Is This Answer Correct ? | 0 Yes | 0 No |
wht is Automation testing frame work. pls explain it
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.
Use of Debug Viewer?
what is meant by automation tool?
What are SetToProperty, SetRoProperty, GetToProperty scripting?
How can we import a Open Office excel file in QTP
how to find that tools work well with your existing system?
how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
Explain measuring transaction.
Hi. GetRoProperty and OUTPUT Value Both are same purpose or not? plz explain in deatil with example?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me