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
Alex Lonyay
NA
123
9.6k
How can I make the path in config file relative in MSTest
May 1 2020 7:42 AM
In My App.config file - I have added the absolute path, but now I want to make the path as relative
<add key=
"Design.Image1"
value=
"D:\GIT-TA\src\Automation\Framework\Resources\Images\Black.jpg"
/>
<add key=
"Design.Image2"
value=
"D:\GIT-TA\src\Automation\Framework\Resources\Images\Pattern_2.jpg"
/>
Here path from "D:\GIT-TA\src\Automation" can be anything so rather using absolute value - I want to use relative path so it can take image from "any path\Resources\Images\Pattern_2.jpg"
Can this be done?
Reply
Answers (
1
)
Is there any way where we can get "Ignore" tests from MSTest
What purpose does out parameter serves ?