what is qtp automation frame work,what is the use of that
frame work?
Answer Posted / anil katta
SRSS: automation frame work is nothing but a set of guidelines designed by group of experts to accomplish a task in an effective,eficcient and an optimised way.
there are 4 different types of frame work 1)linear 2)
modular 3)keyword 4)hybrid
max we follow keyword framework
keyword frame work is nothing but creating a software
structure like
1)scripts 2)object repository 3)test data 4)recovery
scenario 5)log files 6)library files etc
1)create scripts and save it in scripts component
2)create shared o.r and save it in o.r component
3)create test data and save it in test data component
etc
after creating all these components include the files or
components to script or qtp and execte the script
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain how Selenium is different from UFT?
What is the syntax to call one script from another? And what can be the syntax to call one “action” in another?
Hi can anybody send me the QTP material, To my email ID: nuve1284@gmail.com ?
in my application,validation message has in japanise language.how to validate this message is appears properly or not
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click
When using descriptive programming?
Do you know how to connect database? Can you tell me the procedures?
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
What is accessibility check point?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
How will you find the current time of the remote machine using QTP script?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
How many add-ins comes by default with quicktest professional?
Give the syntax to load function at run time.
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..