TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
vishal v
NA
6
362
Nunit test error
May 14 2021 8:25 AM
Hi,
I have created very small program for Nunit.
while running test, getting some unexpected error. but build is successful.
I am not able to resolve this small problem. Could you please suggest where i am wrong.
using
System;
using
NUnit.Framework;
using
OpenQA.Selenium;
using
OpenQA.Selenium.Chrome;
using
WebEx;
namespace
Web_Utils
{
[TestFixture]
public
class
Program
{
static
void
Main(
string
[] args)
{
}
[Test]
public
void
Open()
{
Console.WriteLine(
"hello"
);
}
}
}
Reply
Answers (
2
)
Get Drop Down Value .
How to create multiple data channels in a SampleDataSeries?