if there r 10 windows open in QTP write a command to close
all 10 windows at a time ?
Answer Posted / a
By using "micclass", we should create Description object.
Then using For loop we count the Dialog objects, and close
it.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
Without using gui map editor we can recognize the application in winrunner ?
Can anyone pls tell me in realtime (descriptive programming) how will the properties of the object be given to the test team. R they given in an excel sheet and is the same sheet also given to the development team and by whom is this given? Thanks a lot.
Who uses qtp tool?
What is the difference in the global and action sheet in qtp?
Analyzing the checpoint results?
Discuss quicktest professional (qtp) environment?
what is description object?
What phases are involved in testing an application in qtp?
Explain step generator in qtp?
I am a new tester that needs to create an automatic script involving security questions. On a webpage I need to select a security question(which are random) from a drop down menu, and then input the answer as the last word from the security question. I have the script set-up to automatically select the first security question from the drop down. The problem I am having is trying to insert the security answer. How do I insert the security answer based on the selection from the security question?
We stored into the objects OR and then write the scripting
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
Diff b/w test scenario's and test Procedures?