what is the automation framework that ur company
using(actual procedure,not theoritically explination)
Answer / kishore
we are Using keword driven frame work in our company.
steps:1)first capture the objects in repository
2)rename the logical name of the objects
with three or four letter key word
eg:for text boxes as TXT_mybox
for list boxes as LIST_myList
3)rename the test data excel sheet coloumns as in
repository objects logical name. The coloumns should be
same order as in UR appliction.NOTE:here UR controlling
test execution by UR excel sheet.
| Is This Answer Correct ? | 0 Yes | 0 No |
how to parameterise a test with data base table or excel sheet?
How to create Userdefined Function.Please write the steps ans also provide example where exatcly we use it.
how we connect oracle or sql data server database to qtp.
Suppose I created one object as virtual object? That object is applicable to that test? Or all the tests?
there are having 10 checkboxes..how can i check only first 5 check boxes by using descriptive programing..
I am sathish , i want to test the Application of JIL.org ,Mobile Emulator ,by using QTP10.0. I am trying to do testing on that Application , but Child Objects are not identified by the QTP. Please can any one help me
A web table is having 3 columns(name, salary and checkbox) in qtp How to select a checkbox based on the highest salary of an employee in a webtable.
What is driver script and driver script in qtp frame work????
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Why do we use breakpoints in QTP?
What is the difference between Call to Action and Copy Action?
can any one tell me How exactly data drivent testing is done in.explain with any example and the exact steps to fallow?