hw to create a frame work in qtp..what are the basic steps
Answers were Sorted based on User's Feedback
Answer / krishnateja muppalla
Creating framework is nothing but, creating of all components. I mean to say creating of Scripts, Library function, Shared repository, Global data sheets, Local data sheets, Driver script etc. All together is called as framework
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ajay
Basi Steps to creat QTP Frame work:
Create :Library,ObjectRepository,Database,Application
Scenario files,Intialization VBScript,Sequence files,Driver
Scripts,TestCaseListFiles.
This framework
requires the development of data tables and keywords,
independent of the test automation tool used to execute them
and the test script code that "drives" the
application-under-test and the data
| Is This Answer Correct ? | 2 Yes | 3 No |
how can i do QTP Certification can any 1 tell me . How 1 approch and who to approch
How to handle dynamic objects in quicktest professional (qtp)?
can any one please tell me QTP 9.2 supports which version of IE and Mozilla firefox.
what is diffrense between action and function
How do u connect database through QTP tell me both Ms Access and SQL
Explain QTP Testing process ?
can any body pls mail me latest FAQ's in QTP to my mailid btrintra@gmail.com....Thanks in advance
what is the difference between ClassName and class in QTP?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
How to interact tool & application build in QTP?
What is SQL injection?
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?