1)what is the quality process in QTP?
2)how to add the .tsr file in qtp through scripting?
Process in QTP:
Generating and Enchancing the script
Debugging the script
Executing the script
Analyzing the script
Reporting
2. We can do it in two way using scripting
a)Using RepositoriesCollection.Add "Path of the .tsr file"
b)using AOM
set qtapp=CreateObject("QuickTest.APPlicaiton")
set qttest=qtapp.Test.Action[Action Name]
set or=qttest.ObjectRepositories
or.add "path of the .tsr file"
set qttest=Nothing
set qtapp=Nothing
regards,
mahi.kotike@gmail.com
Is This Answer Correct ? | 2 Yes | 0 No |
wht is Automation testing frame work. pls explain it
Add parameters during time in each row in one column
pls tell me different type of automation frame works in QTP and which one need to select in client server application
does test plan is in test strategy or test strategy is in test plan
how to click on object? (with out knowing the object details) for ex: in a webpage one link is available.i want to click that link by using one menthod through qtp?
What is QTP and the use of QTP in TD?
What is Modular framework and Keyword drive framework? Explain
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
Is manual Testing replacement of automation testing?Which types of testing we can not do in automation testing but can do in manual testing?
i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework
What is the difference between call to existing action and copy of an action?
What is repository parameters in QTP?how will we define that????what is unmapped & mapped repository parameters????????