How can I test the unix shell in QTP
Answers were Sorted based on User's Feedback
Answer / ramchandra patil
Hi Keshab,
we can run shell script commands(DOS commands) in windows
environment...as QTP support only windows operating system...
you can create object of Wscript.shell as below n can
execute commands..
eg.
Set obj=CreateObject("WScript.Shell")
WshShell.SendKeys “%fâ€
please guys let me know if Iam wrong and what is psbl
correct amswer..
Thanks,
Ramchandra Patil
9699851282
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / keshab
yes it is possible we can use shell scritping language in
Unix & linux environment
| Is This Answer Correct ? | 1 Yes | 4 No |
Difference between object identification and smart identification
What is Environment Variable and when we apply this in QTP?
we have 10 more actions in our test and we are using exit action command to come out from the action if any error s occured.In action 1 if any error occurs control is moving to second action but if we get error in second action exitaction is throwing general run error. Please give a idea to overcome .
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
when i try to recognise a winmenu item it does not allow me to do that but recognises it as window..i am using qtp 9.2 could someone help with this
I have 5 no.of Action in my Test. Out off which i should make 3rd action as my start-up action. How should i make it?
What is chaild object method? When we will go for chaild object method? How to use chaild object method?
what is the test process followed for your project?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
How to retrieve the property of an object in QTP?
What is dictionary object? what is the use of it? How you will display all the items in the dictionary object?
What is Object Spy?