What is the difference between keyword driven frameworkd
and Modularisation framework?(Chandana)
Answer Posted / sara
Modularity framework:
This is one of the olden methods of framework. This
framework is system dependent. Here we
Components of modularity framework:
1. Generic Script.
2. Main Script.
Generic Script:
* In this part we have the scripts of the sub functions in
our test cases.
* These sub functions will be stored as Library files (*.vbs).
* These sub functions will be called by main script for
performing actions in there.
Main Script:
* In this part we write script to execute our test cases as
a single framework.
* We integrate all the sub functions by using call
statements to execute the framework.
keyword i dont know
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is active screen?
Define virtual object?
Client is able to provide budget..he want you to choose the automation tool for the web application? which one you will select ? QTP or Selenium ? what are the reasons?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
What is a Patch in QTP?
Get the count of files of similar types from a folder.
What are the different types of action?
Hi Sudhananda, plz send me the QTP framework with any diagram and PPTS . I want to switch to automatio, I done QTP from professional person, but he does not give me his knowledge properly. so pls help me Thaks send me on following address mirajkar.akash@gmail.com
How do Parameterization and Data-Driving relate to each other in QTP?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
What are the ways you can synchronize?
Describe synchronization point.
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”