hi ,
I have a "C" test application which gives the test results in the plain text format.
The contents of the test results for each of the test case will be as below.
Test case id : atc-add-001
Test description: addition of numbers
Test result : pass
Flow of the function sequence
main()
get_inputs()
call_adder()
put_results()
Now need to put the same test results into the localhost or to the webpage using python.
Need to parse the output text file and put these into the webpages under particualr headlines of webpage.
Headlines may be Summary, Function sequence, both
If user clicks on the summary oly the summary details should come, if user clicks on the function sequence then it should the flow of the functions. If user clicks both then summary and function sequence both should come.
Please let me know if there is any mechanism or modules avilable in python, so that i can post the plain text messages into the webpages.
Looking for the results.
Happy coding,
Shekhar