GeekInterview.com
Series: Subject: Topic:
Question: 2 of 26

Launch SilkTest application window from CSharp code?

Hi All,

I installed SilKTest tool in my PC. I got some DLLs regarding that. Now i started small C Sharp form application in visual studio,in that i want to add reference(DLL) related to SilkTest. But i dont know which DLL is supporting to launch SilkTest application.

Can you please help me to launch SilkTest Application from C Sharp code.

For your reference i will give you small Example related to QTP tool.

I installed HP QTP tool in my PC.
I added "C:Program FilesHPQuickTest Professional inQTObjectModelLib.dll" in references.

I wrote the below code for launching QTP Application.

QTObjectModelLib.Application qtApp;
qtApp = new QTObjectModelLib.Application();
if(qtApp.Launched == false)
qtApp.Launch();
qtApp.Visible = true;
qtApp.Open();

I got QTP Application window while executing the above code from CSharp.

Please help me..

Thanks in Advance,
Asha.
Asked by: Interview Candidate | Asked on: Sep 28th, 2011
Showing Answers 1 - 1 of 1 Answers
Bhava

Answered On : Feb 20th, 2012

No need to add any references, just start the silk by using Process.Start() method in C#

  
Login to rate this answer.

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

Related Open Questions

Ads

Connect

twitter fb Linkedin GPlus RSS

Ads

Interview Question

 Ask Interview Question?

 

Latest Questions

Interview & Career Tips

Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.