{"id":19121648,"url":"https://github.com/netzulo/qacode.java","last_synced_at":"2026-06-12T20:32:54.254Z","repository":{"id":179152619,"uuid":"63713897","full_name":"netzulo/qacode.java","owner":"netzulo","description":"Since 2013 : Open Source library for QA functional testing throught selenium","archived":false,"fork":false,"pushed_at":"2016-09-03T16:02:55.000Z","size":108354,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-19T12:59:58.162Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.netzulo.com","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/netzulo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-19T17:21:50.000Z","updated_at":"2018-05-28T02:06:24.000Z","dependencies_parsed_at":null,"dependency_job_id":"16436e44-a23b-4a42-a6f6-a9ebaa5aa524","html_url":"https://github.com/netzulo/qacode.java","commit_stats":null,"previous_names":["netzulo/qacode.java"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/netzulo/qacode.java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netzulo%2Fqacode.java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netzulo%2Fqacode.java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netzulo%2Fqacode.java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netzulo%2Fqacode.java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/netzulo","download_url":"https://codeload.github.com/netzulo/qacode.java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/netzulo%2Fqacode.java/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34262155,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-09T05:18:02.732Z","updated_at":"2026-06-12T20:32:54.220Z","avatar_url":"https://github.com/netzulo.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ntzXagobah\nSince 2013 : Open Source library for QA functional testing throught selenium, integration with testlink and jenkins\n\n\n## Start to Create your automation code\n\n- Create Pages object model class\n- Create Models object model class\n- Use common method on page to load all Properties marked with annotations @FindBy, @FindsBy\n- Load selectors over models objects\n- Create *TestSuite* class\n- Create *TestCases* methods on *TestSuite* class\n\n---\n\n```\n@BeforeClass\npublic void OpenSuite() throws TrandashaException, PageException {\n\ttry {\n\t\tthis.logBeforeClass(this.getClass().getName());\n\t\t\n\t\tthis.bot = new TrandashaBase(DriverType.LOCAL, BrowserMode.CHROME);\n\t\tthis.page = this.pageInit(bot, new PageBase(bot,\"http://demoqa.com/\",true));\t\t\t\n\t} catch (Exception | AssertionError e) { onErrorAtFinish(e);}\t\t\t\n}\n\t\n@AfterClass\npublic void CloseSuite() throws PageException{\n\ttry {\n\t\tthis.botFinish(bot);\t\t\t\n\t\t\n\t\tthis.logAfterClass(this.getClass().getName());\t\t\t\t\n\t} catch (Exception | AssertionError e) { onErrorAtFinish(e);}\t\n}\n```\n\n```\n\n@Test\npublic void LoadPageControls_on_model_creation() throws PageException {\n\ttry {\t\t\t\t\t\t\n\t\n  \tthis.page.addModel(new ModelBase(bot,\n\t\t  \"#site_navigation \u003e div \u003e div.collapse.navbar-collapse.navbar-ex1-collapse\"\n  \t  \"#post-9 \u003e div \u003e div:nth-child(1)\",\n      \"#post-9 \u003e div \u003e div:nth-child(2)\",\n\t\t  \"#post-9 \u003e div \u003e div:nth-child(3)\",\n  \t  \"#post-9 \u003e div \u003e div.col-md-6.tabcontents\"\n\t  ));\n\t  \n\t\tList\u003cIModel\u003e models = this.page.getModels();\n\t\t\n\t} catch (Exception | AssertionError e) { onErrorAtFinish(e); }\n}\n\n```\n\n---\n\nTest it!\n\n---\n\nTestlink integration: OFF\nJenkins integration: OFF\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetzulo%2Fqacode.java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnetzulo%2Fqacode.java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnetzulo%2Fqacode.java/lists"}