Consider a TAS that uses a keyword-driven framework. The SUT is a web application and there is a large set of keywords available for writing the automated tests that relate to highly specific user actions linked directly to the GUI of the SUT. The automated test written with the keywords are statically analyzed by a custom tool which highlight’s repeated instances of identical sequence of keywords. The waiting mechanism implemented by the TAS for a webpage load is based on a synchronous sampling within a given timeout. The TAS allowschecking a webpage load everyseconds until a timeout value

Posted by: Pdfprep Category: CTAL-TAE Tags: , ,

Consider a TAS that uses a keyword-driven framework. The SUT is a web application and there is a large set of keywords available for writing the automated tests that relate to highly specific user actions linked directly to the GUI of the SUT. The automated test written with the keywords are statically analyzed by a custom tool which highlight’s repeated instances of identical sequence of keywords. The waiting mechanism implemented by the TAS for a webpage load is based on a synchronous sampling within a given timeout. The TAS allowschecking a webpage load everyseconds until a timeout value
A . Changing the scripting approach to data-driven scripting
B . Implementing keywords with a higher level of granularity
C . Changing the wait mechanism to explicit hard-coded waits
D . Establishing an error recovery process for TAS and SUT

Answer: B

Leave a Reply

Your email address will not be published.