Difference between revisions of "Random Testing RJ"
Jump to navigation
Jump to search
Line 21: | Line 21: | ||
</head> | </head> | ||
<body> | <body> | ||
− | <input type="radio" name="buttonwithinput"> Charge an extra $ <input type="text"> of debt shared among <select> | + | <input type="radio" name="buttonwithinput"> Charge an extra $ <input type="text" aria-label="extra amount"> of debt shared among <select aria-label="credit cards"> |
<option>all credit cards</option> | <option>all credit cards</option> | ||
</option>only debit card</option> | </option>only debit card</option> | ||
</select><br /> | </select><br /> | ||
− | <input type="radio" name="buttonwithinput"> Apply for credit and open a new credit card with a credit limit of $ <input type="text"> | + | <input type="radio" name="buttonwithinput"> Apply for credit and open a new credit card with a credit limit of $ <input type="text" aria-label="credit limit amount"> |
<body> | <body> | ||
</html> | </html> |
Revision as of 13:19, 11 January 2019
Charge an extra $ of debt shared among
Apply for credit and open a new credit card with a credit limit of $
Notes
Random Testing - Not accessible examples
Test Results
What are the test results?