How can I test the unix shell in QTP

Answers were Sorted based on User's Feedback



How can I test the unix shell in QTP..

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

How can I test the unix shell in QTP..

Answer / keshab

yes it is possible we can use shell scritping language in
Unix & linux environment

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More QTP Interview Questions

What is Parameterizing Tests?

1 Answers   Crea,


what is object repository?

4 Answers  


What is method name to compare two XML files.

0 Answers  


How to verify the Cursor focus of a certain field?

1 Answers  


Explain how you can find length of array in qtp?

0 Answers  






How to Analyze the Checpoint results by Checking Bitmaps?

1 Answers  


How to use checkpoints in qtp ?

0 Answers  


Anybody wants to learn QTP with realtime implementations and complete framework desiging plz contact to this mail id ciraaj@gmail.com

1 Answers  


why require regression testing?

2 Answers   TCS,


I am trying to read the rediffmail usign the below code. But facing problem, while i user to get the link of the mail, i am getting all the link of the page, While i just want to get only mail name - link (not all the link of an page) so that i able to read the mail message by clcking on them in qtp. Dim Lnk,Webcheckbox Set Lnk= Description. Create '********* To count and display the webcheckbox Lnk("micclass" ).value=" Link" set LinkName= Browser("Welcome to Rediffmail:" ).Page("Welcome to Rediffmail:" ).ChildObjects( Lnk) LinkCount=LinkName. Count msgbox LinkCount For i=1-1 to LinkCount-1 DataTable.SetCurren tRow(i) DataTable.Value( "Name",1) =LinkName( i).GetRoProperty ("name") Next Waiting for the reply Praveen Saini

1 Answers  


Older version QTP is 8.2 and New version QTP is 9.2. My question is, Why it is QTP 9.2, why not 8.3,8.4 .... why it is not something ?

1 Answers  


How many type of status messages are there ..explain?

5 Answers  


Categories