what is the framework followed by ur company in qtp
Answer Posted / gaurav gupta
Framework is architecture you are using to make the QTP
script. It can be many type like Data driven, Using
Reusable functions and some more....but usually most of the
companies follow hybrid (combination of all the all the
framework) as per the need.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
How can you close the second opened browser?
How to find a window is minimized or not
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
What Folder Structure following in Keyword Driven Frame work?
How many types of recording modes are there?
What is the use of an object spy tool in qtp?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
What is different command used in command Prompt while using QTP?
Explain the types of object repositorys in qtp?
what is the difference between data driver & data driven and driver script?
Hi All, I need code for how to execute qtp scripts from excell sheet