How to find which type of Framework is suitable for which
type of application?
Answers were Sorted based on User's Feedback
Answer / udham singh
hybrid frame word is combination of two frame worjks.
datadriven is used when we have to test with multiple data values.
keyword is used when we have less no of automation engg.bcoz excel sheet is maintained by manual testers and script driver is maintained by automation tester
functional is used with hard coded values.i.e where values are fixed
modular framework gives us control over the script execution
we maintain excel sheet which contains all modules names
written yes or no infront of them.
udthakur@yahoo.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Applications which has minimal amount of GUI and large volume of data's that has to be flow across different interfaces can use Data driven framework. For example OFFLINE applications, which is built up with 3 tier architecture.
Application with multiple GUI interfaces can use Keyword driven framework. As functions/actions drive based on keyword and re usability of scripts is main theme of Keyword driven.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / lakshmi
Hi Aruna,
Yes. you are correct.But we should have some idea for which
kind of application which type of framework is suitable.
If you have any information, please let me know. so that i
can learn. or u can reach me at my mail id.
Thanks Aruna.
Thanks,
Lakshmi
| Is This Answer Correct ? | 0 Yes | 3 No |
how to get column count in datatable
What is the logic for reading(exporting)the data from flat files to QTP?Can anyone explain me with an example? I appreciate it!!! Thanks!!! Prasanna
How to open an application through scripting?
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.
What are the types of object repositories? Which one is you are using?
desribe a situation where u faced a stressful situation and how did u cope with it
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.
I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to give input of drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. I have changed the drop down value as variable in Keyword view and given values in data table "A,B,C,D,E" as one below one. 4. While i am running the script it could not identify the drop down value which is in Data Table.It shows message. How to make value identify by QTP?
When you open QTP, how many sheets you can see?
How to handle the exceptions using recovery scenario manager in QTP?
what is the Vbscript to connect Database
Hi All, I need code for how to execute qtp scripts from excell sheet