Hi,
Can anyone help me in esimating time for an application
using QTP tool..
What factors should be considered while calculating the
estimation time for QTP...
Thanks in advance...
Prasad Gali
Answers were Sorted based on User's Feedback
Answer / babu
Hi,
First , how you are going to develop the qtp scripts.
are u going to use complete DP or Obj. Repository or mix
of both .i think , this is an important factor in effort
estimation.
few of the factors which i consider for estimation ,
1) No. of resources
2)No of complex test cases
3)No of medium test cases
4)No of small test cases
5)Aprox. time required for each type of test case
6)Identify a sample set of test cases of three types and
see that how much time it takes for the automation
7)Identify the technologies used for the development and
knowledge avialabe with us.
8)know the product(business) knowledge with us
hope this will help u some what...
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / prasad gali
Thank u very much...
Can u explain this more with taking a simple scenario
please/
Thanks
Prasad Gali
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / manju
If it is for transaction - i think we can use
Start transaction and end transaction.
| Is This Answer Correct ? | 0 Yes | 1 No |
How is a Step generator used in UFT?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
h to all plz send me the answer if any one knows about this....i want the java add-ins for the QTP to do my project which is developed under the java platform.
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?
Is it possible to merge two object repository files in qtp?
Where you can store check point results?
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
How to get data line by line from web element
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
Explain Descriptive Programming Types with Examples?
what is file database
what is database check point, how will you parameterize the database from seperate data table?