If QTP not recognizing using repository while executing,
how can we go forward
Answer Posted / leena
If required Add ins are present and still there is problem
then go for discriptive programming.
e.g. Dialog("text:=Login").Winbutton("Text:=OK").Click
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
Through array we can execute the testcase how ? give me example
How are actions and functions different in QTP?
can the activities of test case design be automated?
How to suppress warnings from the test results page?
What is the difference between the keyword view and expert view?
Which scripting language used by quicktest professional (qtp)?
What is an optional step in qtp ?
Is it possible to switch between recording modes during a test creation?
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
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
How many types of recording modes in qtp? Describe each type with an example where we use them?
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?
Where to use Property Let, Property Get, Property Set in UFT