Open sdgun opened 10 years ago
Invalid Language Selected when we Save the Code and Come again
Go to : https://qa.arena.topcoder.com/longcontest/?module=ViewActiveContests In the Table Click 'Register/Submit' Login Using a valid user Click 'Agree'
Enter Python Code
class SnowCleaning: 'Common base class for all employees' empCount = 0
def init(self, name, salary): self.name = name self.salary = salary Employee.empCount += 1
def displayCount(self): print "Total Employee %d" % Employee.empCount
def displayEmployee(self): print "Name : ", self.name, ", Salary: ", self.salary
Select Language as C# Click Test Examples When Errors displayed
Select : Python from the language Click Save Click Challenges from Menu Click Submit hyperlink
Check the selected language
Must fix the Issue.
IE 11, Safari 5.1.7, Chrome 37.0.2062.102 m and FF 32.0.2 in Windows 7
Marathon Match Web Interface QA For 201410 Release
Description
Invalid Language Selected when we Save the Code and Come again
Steps
Go to : https://qa.arena.topcoder.com/longcontest/?module=ViewActiveContests In the Table Click 'Register/Submit' Login Using a valid user Click 'Agree'
Enter Python Code
class SnowCleaning: 'Common base class for all employees' empCount = 0
def init(self, name, salary): self.name = name self.salary = salary Employee.empCount += 1
def displayCount(self): print "Total Employee %d" % Employee.empCount
def displayEmployee(self): print "Name : ", self.name, ", Salary: ", self.salary
Select Language as C# Click Test Examples When Errors displayed
Select : Python from the language Click Save Click Challenges from Menu Click Submit hyperlink
Check the selected language
Expected Result
Must fix the Issue.
Actual Result
Invalid Language Selected when we Save the Code and Come again
Environment
IE 11, Safari 5.1.7, Chrome 37.0.2062.102 m and FF 32.0.2 in Windows 7
Image
Bug Hunt
Marathon Match Web Interface QA For 201410 Release