2012 7th International Workshop on Automation of Software Test (AST) 2012
DOI: 10.1109/iwast.2012.6228991
|View full text |Cite
|
Sign up to set email alerts
|

Software Test Automation practices in agile development environment: An industry experience report

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
2
1

Citation Types

1
23
1

Year Published

2013
2013
2024
2024

Publication Types

Select...
3
2
1

Relationship

0
6

Authors

Journals

citations
Cited by 31 publications
(25 citation statements)
references
References 4 publications
1
23
1
Order By: Relevance
“…For example, the tools Selenium IDE and Selenium WebDriver employ this approach and offer different ways to locate web page elements. DOM-based tools have reached a high level of maturity and are widely used both in academia and industry [2,3,[14][15][16].…”
Section: Dom-based Locatorsmentioning
confidence: 99%
“…For example, the tools Selenium IDE and Selenium WebDriver employ this approach and offer different ways to locate web page elements. DOM-based tools have reached a high level of maturity and are widely used both in academia and industry [2,3,[14][15][16].…”
Section: Dom-based Locatorsmentioning
confidence: 99%
“…Selenium 4 is one of the most popular suites for automating web application testing and it is employed in many industrial projects [2,3]. Essentially, this suite is composed of two tools: Selenium IDE 5 and Selenium WebDriver 6 .…”
Section: Selenium Webdrivermentioning
confidence: 99%
“…The most efficient one, according to Selenium WebDriver developers 7 , is searching by their ID values (e.g., locate the password input field, in our example, by searching the value PW among the ID values). In case the ID attributes are not inserted in the HTML tags a XPath locator can be alternatively used (e.g., locate the password input field using the following XPath expression: /html/body/form/input [2]). Finally, the LinkText locator allows to select a hyperlink in a web page making use of its displayed text (i.e., the string contained between <a ...> and </a>).…”
Section: Ui Locatorsmentioning
confidence: 99%
“…This is confirmed by studies of Oliveira [27] and Collins [28]. If one tool is not working well for the project, in the next iteration, agile teams should try something new [28].…”
Section: Discussion and Related Workmentioning
confidence: 54%
“…This is confirmed by studies of Oliveira [27] and Collins [28]. If one tool is not working well for the project, in the next iteration, agile teams should try something new [28]. Yoder [29] discussed the importance of selecting automation tools and when automated tests should be run under "Automate First" pattern.…”
Section: Discussion and Related Workmentioning
confidence: 82%