Using assert in Selenium -


as title suggest wanted know if using assert in selenium thing. once suggested using asserts slows down test , shouldn't use them. wanted know other people's take on this. thanks.

edit: thank views on matter. =)

i don't think bottleneck of tests. waiting browser render web page, executing javascript , parsing , accessing page via selenium outweight time needed assertions far.


Comments

Popular posts from this blog

python - pip install -U PySide error -

arrays - C++ error: a brace-enclosed initializer is not allowed here before ‘{’ token -

cytoscape.js - How to add nodes to Dagre layout with Cytoscape -