public void CriarBug() { reportar.EscolherCategory("65"); reportar.EscolherReproducibility("always"); reportar.EscolherSeverity("crash"); reportar.EscolherPriority("immediate"); reportar.EscolherProfile("teste teste teste"); reportar.PreencherPlatform("Orgrimmar"); reportar.PreencherOS("Horda"); reportar.PreencherOsVersion("4.1"); reportar.PreencherSummary("Teste automacao"); reportar.PreencherDescription("teeeeeeeeeeeeeeeeeeeeeeeeeeste"); reportar.PreencherStepsToReproduce("1 - teste"); reportar.PreencherAdditionalInformation("preenche plz"); //reportar.CarregarArquivo(); reportar.EscolherStatus("private"); reportar.ClicarCheckBox(); reportar.AcioanrBtnSubmit(); Assert.IsTrue(reportar.Verificacao("Operation successful.")); }