Hi Naveen,
Its not feasible to start recording or scripting of the application
when it is not avaialble (whether it is functionally stable or not).
The general methodology is to start scripting once the application is
stable functionally.
Let me tell you that this kind of things works in Functional testing
tools like QTP where you can start writing your template scripts and
when the application becomes available you update the object
repository DB and your script is ready to go.
In Performance testing we are not bothered about the UI Part but
rather than the request that is being generated by the application and
send to the server also the response back from the server. These
things will not be clear till we have the application in hand.
Other alternative is when you are the developer of the same
application (say a Java based windows application like a JWS
application) then you know the application behaviour and codes. So in
that case you can develop you own scripts (Java protocol) using hard-
core coding. Here there will be no option for recording.
Hope these things clear your doubts...
Regards,
Sunil Kumar
On Feb 5, 1:21 pm, Sri Hari <
srihari...@gmail.com> wrote:
> Hi,
>
> *You cannot go for a performance testing, unless and until the application
> is Functionally stable... *
> **
> If the development team has not developed the application then how will you
> know the what you have to do, how will you prepare your scenario or
> script... so ask your development team to build the application....
>