Thank you! Excellent overview! I found my computer has Pester 3.x installed by default which works quite differently than you had. I had to delete the files then run install-module pester to get 5.4.0.
@nitaprasad3855 Жыл бұрын
Hi , i am new in automation testing . And i have to work with pester . My scenario in which i have one CSV file . And i have 4 usecase to test . For first usecase i took first row of data from CSV file in one context section . For another usecase , now i need to pick second row of data from CSV file and i want to write in another new context block . Is this possible ? How can I do this if possible? Plz help .