Introduction to the Playwright Automation Sumit Kumar Pradhan March 22, 2025Playwright is an open-source automation library for testing web applications. It was developed by Microsoft and allows developers to write ... Continue Reading
Step by Step Procedure to Install PyCharm on Windows Sumit Kumar Pradhan November 13, 2023 Continue Reading
Git Questions and Answers Sumit Kumar Pradhan August 27, 2023 What is the git command to see the last 3 commits in one line ? git log -–oneline -3 — Correct How do I view all the commits for the last ... Continue Reading
NoSQL – Database Revolution Questions and Answers Sumit Kumar Pradhan August 27, 2023 Hbase main server components include all except _ Hbase Memstore – Correect In column-oriented stores, data is stored on a basis. Column F... Continue Reading
Regression Analysis Questions and Answers Sumit Kumar Pradhan August 27, 2023 Based on the hands on card “ OLS in Python Statsmodels” What is the value of the estimated coef for variable RM ? 9.1021 — Correct Based o... Continue Reading