Skip to main content

Smriti Rai

Smriti Rai works in quality assurance at Perficient. She has over two years of experience and currently works on Adobe technologies. Smriti is a coding enthusiast and enjoys learning new technology and automation tools. She constantly strives for opportunities to learn new things and develop her knowledge.

Blogs from this Author

Extending General Link for Experience Editor Mode in Sitecore

Unleashing the Power of Custom Selenium Methods: A Guide to Stream Mapping

In the ever-evolving landscape of web automation, Selenium has emerged as a powerful tool for testers and developers alike. One key aspect of Selenium’s flexibility lies in its ability to accommodate custom methods, offering a clear approach to handling complex scenarios. In this blog, we will delve into the realm of developing custom Selenium methods […]

Programmer Working With Program Code

Streamlining Web Table Manipulation with Selenium and Java Streams

In the field of web automation, Selenium is a standout tool for engaging with web applications. Efficient sorting and filtering of data are essential when working with web tables. This blog post delves into the utilization of Selenium in conjunction with Java streams to adeptly sort and filter web tables, presenting a streamlined method for […]

Aws Redhat Webinar Card 900x598

Unlocking the Power of Java Streams: Simplifying Code with Efficiency

Overview of Java Streams Java introduced streams in version 8 to simplify and optimize code writing. A stream is a sequence of objects supporting various methods to achieve a desired result. Using streams can reduce a long set of codes to just a few lines. Streams enable performing operations such as filtering, mapping, reducing, and […]