You are tasked with automating a frequently changing application. What scripting technique would be most effective in minimizing maintenance overhead?

  • Data-driven testing
  • Hard coding values
  • Keyword-driven testing
  • Using a record-and-playback tool
Keyword-driven testing uses a set of custom keywords to represent different actions or functionalities in a test, making the scripts more modular and easier to maintain. When an application changes frequently, this approach allows for centralized modifications, reducing the overhead associated with each change as opposed to hard coding or simple record-and-playback techniques.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *