Closed
Bug 1034484
Opened 12 years ago
Closed 7 years ago
Add test to verify the OV certificate information
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect, P2)
Mozilla QA Graveyard
Mozmill Tests
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: danisielm, Unassigned)
References
()
Details
Attachments
(1 file)
|
8.89 KB,
patch
|
andrei
:
review-
|
Details | Diff | Splinter Review |
We are currently checking in security tests for DV & EV certificates, we should also test the OV one.
I suggest we update testDVCertificate.js to testOVDVCertificates.js or we can create a new test for OV, but that means a lot of duplicated code.
Comment 1•12 years ago
|
||
OV is a different type of certificate, so it should its own test, really. Supported features can change at any time, so tests will diverge in the future.
| Reporter | ||
Comment 2•12 years ago
|
||
We can use for testing this link :
> https://ssl-ov.mozqa.com
Test should live under remote/testSecurity/ and look similar to testDVCertificate.js.
Mentor: andrei.eftimie
Priority: -- → P2
Summary: Enhance security tests to also test the OV certificate → Add test to verify the OV certificate information
Updated•12 years ago
|
Whiteboard: [lang=js]
Updated•11 years ago
|
Assignee: nobody → teodor.druta
Comment 3•11 years ago
|
||
This patch will add a new test that checks the OV certificate.
Updated•11 years ago
|
Status: NEW → ASSIGNED
Updated•11 years ago
|
Attachment #8506879 -
Flags: review?(andrei.eftimie)
Attachment #8506879 -
Flags: review?(andreea.matei)
Comment 4•11 years ago
|
||
Comment on attachment 8506879 [details] [diff] [review]
b1034484.patch
Review of attachment 8506879 [details] [diff] [review]:
-----------------------------------------------------------------
This test should wait for bug 863139 where we'll have most of the windows & elements abstracted in a security library.
::: firefox/tests/remote/testSecurity/testOVCertificate.js
@@ +169,5 @@
> + // it is selected by default
> + var generalTab = findElement.ID(aController.window.document, "general_tab");
> + assert.ok(generalTab.getNode().selected,
> + "The General tab is selected by default");
> +
Please get rid of any trailing whitespace.
Attachment #8506879 -
Flags: review?(andrei.eftimie)
Attachment #8506879 -
Flags: review?(andreea.matei)
Attachment #8506879 -
Flags: review-
Comment 5•11 years ago
|
||
We won't create any more new tests this week so i'm unassigning Teodor.
Assignee: teodor.druta → nobody
Status: ASSIGNED → NEW
Updated•9 years ago
|
Mentor: andrei
Whiteboard: [lang=js]
Comment 6•7 years ago
|
||
Mozmill is dead, WONTFIX the remaining bugs.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•7 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•