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 |
what are all the fileds present in object repository?
How to use conditional loops in qtp ?
What is the difference between Dim And Redim
4 Answers Hotel Jobs, IBM, Microsoft,
what is life cycle of automation testing ?
IN A WEB PAGE THERE IS TWO WEB BUTTON WITH SAME OBJECT PROPERTY AND VALUE, SO HOW I WILL IDENTIFIE OBJECTS INDIVISUALY.
Hi, my requirement is to make a query in SQL using QTP. And i have to get the results of that query and i have to use those results for future testing. I created a driver but i dont know the code for using this Driver. please help me by providing the solution for y requorement
What is Port testing. Whhen will you perform?
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is keyword driven framework?
How to Close all browsers in reverse order.
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.
Hi Friends, while playing the recorded test i am getting this error "Cannot identify the object "q" (of class WebEdit). Verify that this object's properties match an object currently displayed in your application." error is coming in this line of code "Line (2): "Browser("Google").Page("Google").WebEdit("q").Set "airtel broadband"". " .... please tell me how to overcome this problem. need help asap... Thanx in advance