1
Reply

How to test login module with different username and password by using data driven testing in QTP?

Sonia Sharma

Sonia Sharma

13y
1.7k
0
Reply

    We can use Data Table for this purpose (i.e. either local Data Table or global Data Table). We can put datas to the Data Table under columns declared as username and password (i.e. column names are gi...Here is the script below for gmail log in page."vbscript SystemUtil.Run "iexplore.exe" Browser("micclass:=Browser").Navigate"http://www.gmail.com" Browser("title:=Gmail","micClas...