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
Sujeet Raman
857
927
352k
should I create Web project or Test project for my requirement ?
Apr 28 2021 2:46 PM
This question may be weired but im in a confusion .I am working on core api
i have one core api solution which is having main api which is giving some details
i have an api end point provided - api/student/getstudent -which returns a set of student result,
what i have to do is,
1.i have to integrate the api in my main api and call api/student/getstudent using http
2.Student details i am getting from this api i need to validate and send it result as a response that will go to azure release pipeline.There is a test suit if my response have required result then only it will trigger to next task-this api result mailnly used to test the result data and send it(not with main api result but it send indipendently)
my question is this student api should i create as a test project? or web project(i have alredy a main web project)
Reply
Answers (
1
)
Asp MVC URL doesn't redirect to index after successful authentication
How to join 3 entities in linq when using sql?