I have one question as HP QTP is concern, Please send your
answers.....
Can we do testing of any application without using any of
the framework which are we used in QTP tool.
If yes then how it can be possible in the HP QTP tool.
--
Regards
Answers were Sorted based on User's Feedback
Answer / kaps
The frameworks that is used like Linear, Library, Keword driven, data driven etc are for ease of doing testing. Its not mandatory but it helps to control your project flow.
If you dont want to use any framework you can simply do record/playback but it has got few disadvantages as well.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / lokesh sharma
Yes We can do Testing for the Application by Applying Record and Play for the same.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / anita
But even though u just record and play back wont it b considered as linear frame work ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ranga
Hi ..
By using any frame work you are generating results in a desired format like(HTML file,XML file,word file as result files)
Even in these files also results are coming by converting the Report event Pass/Fail to required format.
If you are not interested to use the Frame work, you can directly go with report event which is present in the QTP itself ,even you can export the results to pdf etc formats.
Thanks
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ram
Hey Hi,
yes we can...
but is like suppose you wanna go Delhi from bombay...u have
many option to commute still you wanna go by walking!
let me know if you have any questions.
Ram
9699851282
| Is This Answer Correct ? | 0 Yes | 2 No |
we have 10 automation scripts. how to call them from one main script.
Can the user toggle between using Local OR and shared OR for the same action?
Plz write the code, function will take the parameter as month number, i.e., numerical value, but it returns the last day of the month in string (weekday). example: input: function parameter: 3(march) output: thursday
What is the difference in testing a client-server application and a web application?
can we do load testing , by using QTP......?
Test cases for Traffic Signals
what is the framework followed by ur company in qtp
How can we count the no of rows are available in a data table ?
can any body tell me how i create a simple script and apply output value on it .pls send me a step by step process
Iam doing automation in Oracle App's using QTP? In App's because of some functional setup, keep on changing my script flow. for this how can i use the recovery sceanrio?? Please help me?
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
For an application we automated QTP scripts. At the same time new requirement comes for a new module for the same application and its already developed. So how we automated now this new module with the old application(using old QTP script).