hi friends,
.tsr-->test shared repository--> file extension of a shared
repository.
.mtr-->modular test repository--> file extension of a
per-action repository.
.mtb-->modular test batch--> file extension of batch run
.mts-->modular test script-->file extension of a test
.qfl-->quickTest functional library-->file extension of a
script in QTP
.vbs-->VB script-->file extension of library files
When I parameterize a script then for each iteration script
is executed from begining to end.
If I want to execute some middle steps multiple times using
Parameterization (avoiding begining and end steps), what is
the solution of this
(e.g. total steps are 1 2 3 4 5
and i want 2 3 4 only(not 1 nd 5)
I have the following Doubts Please clarify me with examples?
1.Could QTP cover entire application? or part of the
application?
2.Shall we rewrite(modify) the Manual testcase to automate?
3.How can I execute my scripts through client mechine which
is not having QTP installation
4.Few objects are not being identified by QTP afeter one
month. what could be the reason for this
(I am using trail version of 15 days)
Login to flight app, in window flight reservation set the
date field and select flyfrom as Frankfurt and verify
whether flyto list box has the item FrankFurt, log the
results.