anyone can explain the following concepts.
1.diff b/w Linear and modular framework
2.diff b/w keyword and hybrid framework
Answer Posted / 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 |
Post New Answer View All Answers
hi nani my doubt is how does qtp process metrix related to software process.
whare exactly we have to use functions and sub routain
Can we use index on view?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
How to get the format of a webedit class in qtp. How can i know that particular webedit accept what type of format like "mm/dd/yyyy" or "$" or Alphanumeric
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
What is Unicode Compatibility?
In Test Directory, What are the contents in test case designing? if you prepare in excel sheet how u use thrw Test Directory?
How smart identification works in qtp ?
I have some real time based question.. 1.what are the challenges you have faced in your current project. 2.what are the bugs you found in your current project. 3.what are the strategies you follow to convert manual test cases into automation test cases. 4.how QTP identify two different browsers. 5. When you create a function library and share object repository what are the problems you have faced 6. How to solve the tool tip problem 7.what are the interesting bug you have found in your current project. 8.what is your daily work as a automation test engg. 9. how to create a weekly status report. 10. how many test cases you write,review and execute per day. 11.what are the uses of SQL in automation. 12.How to retrieve the data in html through vb script. 13.If application is very slow how to test the application in qtp.
Can we run test with out adding object in object repository? How it is possible?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp