Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 902 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 902 Bytes

Projects

HelloWorld Project (Question 1)

  1. Hello World Project is finished with all the unit tests and runs successfully.

Skedulo Project (Question 3 & 4) - Most Important things are required to setup the project

  1. Please run the Node Api Implementation and note its IpAddress.
  2. Constants.cs file contains the IpAddress Static variable. Please change it to IpAddress of the computer on which you are running the NodeApi Implementation.
  3. This IpAddress is required for Question3.
  4. I have done Integration tests which will pass with provided NodeApi based Implementation. I have considered it the test data. and I have tried to write only very important Integration Tests for this.
  5. I have tested the app on Windows and Android Platform. I could not test it on iOS because I have no Apple Device and Mac book to compile the code.
  6. For question 4, does not require any change.