Skip to content

Releases: computer-developers/Program-Tester

bug fixed :- too much time to process the Data sever queue.

24 Mar 14:04
Compare
Choose a tag to compare

bug

  • in data server queue there is no restriction of the length, so there is long time required to process the data server queue due that problem server takes to much time to response other requests of client.

how to fix the bug

  • restrict size of the data server queue, so the time require to process the queue will be little. add data server request will be rejected if the data server queue is full at the time.

Networked Cli with Admin panel

22 Mar 14:32
Compare
Choose a tag to compare

this version support following features ...

  • display the problem definitions.
  • test the program.
  • display the live test result.
  • display the status of problems.
  • local logger.
  • configuration file support.
  • encryption & decryption of the problem & test cases.
  • input generator using regular expression.
  • admin panel.
  • parallel processing of test-cases supported.
  • networked client server system.
  • remote logging.
  • data server supported.
  • user name & password based verification.
  • basic GUI.
  • live log analysis.
  • rich admin panel.

changes made in this version...

  • some bug fixed.
  • Networking.
  • live log analysis for real time system.
  • add more features in admin panel along with basic functionality ...
    • network server creation.
    • log analysis.
  • basic GUI

Cli with admin panel

10 Mar 15:38
Compare
Choose a tag to compare
Cli with admin panel Pre-release
Pre-release

this version support following features ...

  • display the problem definitions.
  • test the program.
  • display the live test result.
  • display the status of problems.
  • local logger.
  • configuration file support.
  • encryption & decryption of the problem & test cases.
  • input generator using regular expression.
  • admin panel.
  • parallel processing of test-cases supported.

changes made in this version...

  • some bug fixed.
  • admin panel with basic functionality ...
    • problem defination manipulation functionality.
    • test-case manipulation functionality.
  • parallel execution of test-cases.

initial beta release with cli.

17 Feb 05:42
Compare
Choose a tag to compare
Pre-release

this version support following features...

  • display the problem definitions.
  • test the program.
  • display the live test result.
  • display the status of problems.
  • local logger.
  • configuration file support.
  • encryption & decryption of the problem & test cases.
  • input generator using regular expression.