Explain key word driven frame work?How to use in real time?
Answers were Sorted based on User's Feedback
Answer / bbc
include the key folder also where we store the key to run
the entire application ok dude
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / triveni
In keyword driven framework we develop the functions for the
scenarios nd these functions are executed based on the objects.
And for a project we have to first create a folder structure
1)Repository 2)Recovery 3)library functions 4)test data
5)Log file 6)environment 7)Test script...
create the desired repositories& save them in corresponding
folders.(repository folder)
create the desired recovery files nd save them in
corresponding folders.
create the desired library files(vbs files) nd save them in
corresponding folders.
like wise we have to create all folders
Execute the test
Analyse the results.
I know this much if any one knows another answer plz mail me
| Is This Answer Correct ? | 0 Yes | 3 No |
Hi, I am new into the field of testing and I need to know how can I begin automating the testing of Mainframe applications using QTP. Can anyone help me?
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.
What type of framework you are using in your company and explain it?
what is the difference btn risks & Therads in the Test plan documentation?
What is difference between QC and TD?
What is object repository in qtp?
suppose i can done the project , that project have 4 modules in that one module they have many links(web pages).in that time i can say i can work on some links? or total module?
Where can I find and view run-time data table?
What is use of Global Sync Timeouts in QTP9.2?
Which scripting language used by quicktest professional (qtp)?
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
How do we connect QC by using QTP?