Pinned Repositories
pitest
State of the art mutation testing system for the JVM
collaborative_github_exercise
com3529-code
Code examples to support the COM3529 Software Testing and Analysis module at the University of Sheffield
CS651_TEST
This is a simple web application consists of only one ASP.NET web page
DBT-bibliography
A list of all 144 DBT papers collected for the survey of DBT techniques
Diversity-test-suite-reduction
Evaluating String Distance Metrics for Reduction of Automatically Generated Test Suites
F2F2020Sem1
git-lesson
Materials for the git workshop
MySessions
This application was adopted from [Deitel and Deitel, 2009], with some modifications. It contains two Wep pages. In the first page, Options.aspx, users select a favorite programming language from a group of 5 radio buttons and submit the XHTML form to the Web server for processing. The definition of each radio button specifies a language name as its value and the ISBN for a book on that language in its Value attribute. When the user presses Submit button, a key/value pair (session item) is added to a Session object, specifying the language chosen and the ISBN for a book on that language, then a postback occurs. When the postback occurs, the radio button list and the submit button used to select a language are hidden, and two buttons, languageButton and recommendationsButton, are displayed. Clicking languageButton requests this page to select another language, and recommendationsButton requests the second page in this application, Recommendation.aspx, which lists recommended books related to the programming language that the user selected previously. When the user clicks recommendationsButton, the session items previously stored in the Session object are read and used to form the list of book recommendations.
webApplication
A web application containing the most common ASP.NET controls
islamelgendy's Repositories
islamelgendy/collaborative_github_exercise
islamelgendy/com3529-code
Code examples to support the COM3529 Software Testing and Analysis module at the University of Sheffield
islamelgendy/CS651_TEST
This is a simple web application consists of only one ASP.NET web page
islamelgendy/DBT-bibliography
A list of all 144 DBT papers collected for the survey of DBT techniques
islamelgendy/Diversity-test-suite-reduction
Evaluating String Distance Metrics for Reduction of Automatically Generated Test Suites
islamelgendy/F2F2020Sem1
islamelgendy/git-lesson
Materials for the git workshop
islamelgendy/MySessions
This application was adopted from [Deitel and Deitel, 2009], with some modifications. It contains two Wep pages. In the first page, Options.aspx, users select a favorite programming language from a group of 5 radio buttons and submit the XHTML form to the Web server for processing. The definition of each radio button specifies a language name as its value and the ISBN for a book on that language in its Value attribute. When the user presses Submit button, a key/value pair (session item) is added to a Session object, specifying the language chosen and the ISBN for a book on that language, then a postback occurs. When the postback occurs, the radio button list and the submit button used to select a language are hidden, and two buttons, languageButton and recommendationsButton, are displayed. Clicking languageButton requests this page to select another language, and recommendationsButton requests the second page in this application, Recommendation.aspx, which lists recommended books related to the programming language that the user selected previously. When the user clicks recommendationsButton, the session items previously stored in the Session object are read and used to form the list of book recommendations.
islamelgendy/webApplication
A web application containing the most common ASP.NET controls