what is the frame work your using in automation ?
Answers were Sorted based on User's Feedback
we are using Hybrid frame work. It is combination of both
keyword and Data driven.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / siva
We are using Keyword driven frame work. Where we generate
the script and stores the script in corresponding
folder,recovery files in one folder,functions in one
folder,when ever we want we call it in to the main test
| Is This Answer Correct ? | 0 Yes | 0 No |
keyword Driven.where we can store all datas in their
specific folder,and we can call that any time in the
application.
| Is This Answer Correct ? | 0 Yes | 0 No |
We are using Keyword Driven Frame Work. All the required
resources are stored in to the corresponding folders and
when ever we want the resources we can associate them to
main test. In this frame we will create library files for
the script so that we can call that functions at any point
of time to the script.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to make an Action as reusable?
how to create user defined functions in QTP? can any one expalin me with example.. Thanks in Advance for help
Whenever we use GETROPROPERTY function.
A web Page has a webtable with four columns and four rows. The first column is of ID and has values of 100,100A,A100,100y Find out the number of rows whose ID starts with 100. Similarly the last column is 'number of links'. Each row in the last column has values like link1,link2,link3 etc Find out the number of links where id is 100
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?
how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)
where do you store the test result?
How do you change Logical Name of the object in test script?
What is API
What are objects? how do you select the unknow object?
How can the expected image for a bitmap checkpoint be recaptured in QTP
How can we QTP Scripts in xml format? is there any way to do so?