How we can add actions in the test using QTP?
Answer Posted / uday kumar_anem
We can add actions by following:
1. Insert Menu -> Call to new action
2. Right click on (expert/keyword view) -> Action -> Insert
call to new
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What are the flaws in water fall model and how to overcome it?
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
What is expert view in qtp?
The structure of keyword driven frame work is like a folder structure the different sub folder are 1-functional libray folder 2-object repository folder 3- database folder 4-appliction1.xls 5-initalzation vbs file 6-sequence file 7-driver script 8-test case list file My question is whether these are in a local server machine or in our pc.((whether It like Vss). can u give example of driver script(code)
How will internal and external links be validated and updated? how often?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What's the difference between them? How to handle script issues?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
Can we record using all the modes in a single script? Explanation with example is appreciated
What is the XML file architecture ?
What is quick test pro?
What is the expert view?
hi i am working with vbwindow on qtp.first i am openning qtp whenever open qtp my application not open that time generated error like "Runtime error 0" and fatal error:automation error how to solve this problem pls tell me
what is the difference between modular framework & datadriven framework