Skip to content

Feature/xaptc 51#78

Open
CameliaFarcas wants to merge 117 commits intomasterfrom
feature/XAPTC-51
Open

Feature/xaptc 51#78
CameliaFarcas wants to merge 117 commits intomasterfrom
feature/XAPTC-51

Conversation

@CameliaFarcas
Copy link
Copy Markdown
Collaborator

Please review e2e tests for Test Cases

angerooney11 and others added 30 commits February 12, 2018 09:43
 into feature/XAPTC-18

# Conflicts:
#	ui-src/src/app/app.module.ts
-Updating Buttons and file selector
…ted-perf-test into feature/XAPTC-18

# Conflicts:
#	uiServices/src/testSuiteServices.go
-added godog test for get all
ConorSmyth and others added 23 commits March 12, 2018 12:34
reuse functions
add logging
…ted-perf-test into develop

# Conflicts:
#	config/TestCaseService2.xml
#	config/config2222.xml
#	config/configkkk.xml
#	uiServices/src/configServices.go
#	uiServices/src/homepage.go
#	uiServices/src/testCaseServices.go
#	uiServices/src/testCaseServices_test.go
#	uiServices/test/GodogTestCase.xml
#	uiServices/test/GodogTestCase2.xml
#	uiServices/test/testCase.feature
restore original config.xml
Comment thread .gitignore
ui/
**/node_modules
/.editorconfig No newline at end of file
/.editorconfig
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

duplicate of lines 1-7?

ResponseContentType string `xml:"responseContentType"`
Headers []Header `xml:"headers>header"`
ResponseValues []ResponseValue `xml:"responseProperties>value"`
PreThinkTime int64 `xml:"preThinkTime"`
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't include this change (prethinktime, postthinktime, execweight).

@ConorSmyth Should this be merging to develop?

expect(configPO.rampDelay.getAttribute("value")).toEqual("15");
expect(configPO.rampUsers.getAttribute("value")).toEqual("5");
});
// it("should check values of existing file are as expected", () => {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commented out tests?

}
case 400: {
this.toastr.error(
"No Test Suite Directory added",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

an error occurred because the request in incorrect. Should we point the user towards looking at the request that was made?

"baseStatsOutputDir": { "type": "string" },
"reportOutputDir": { "type": "string" }
"enum": [
"Default-1",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ConorSmyth do we have a card to get away from populating this field from the schema?

return
}
}
rw.WriteHeader(http.StatusOK)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

return rw.WriteHeader(http.StatusNoContent)

request.Header.Set("testSuitePathDir", filePath)
request.Header.Get("testSuitePathDir")
request.Header.Set("path", filePath)
request.Header.Get("path")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

request.Header.Set("testSuitePathDir", filePath)
request.Header.Get("testSuitePathDir")
request.Header.Set("path", filePath)
request.Header.Get("path")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

request.Header.Set("testSuitePathDir", DirectoryPath)
request.Header.Get("testSuitePathDir")
request.Header.Set("path", DirectoryPath)
request.Header.Get("path")
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

request.Header.Get("path")

w := httptest.NewRecorder()
r.ServeHTTP(w, request)
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

"responseStatusCode": {
"type": "number"
"type": "integer",
"minimum": 1
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

200?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants