Novatiosolutions AA Assessment



 1-Read Input data from Excel (Gender Name set, Country)


2-Open the browser url (https://www.fakenamegenerator.com/gen-female-en-za.php)

3-Set Gender, Nameset & Country value in Website 

                                    




4-Click on Generate Button  after screen refresh 
5-capture value from webpage 




6-then set value in excel cell for above value


=============Question 2=====================

Q=Format string A@B@@C@@@D@@@ like A,B,C,D

how you will do it

Ans =Replace string @ to ,

then replace comma to single comma


2nd Methode

we can use loop to with single replace replace 

3rd Methode 

we can use regex


==========Question3=============

Q=use of try catch finally

Q= whats the use of throw



Comments