Manual testing and Automation Testing(QTP) Questions
Manual Testing,Automation Testing,QTP,WinRunner,RFT Testing Interview Questions
Friday, September 4, 2009
Random Number Generation within given Range?
Function genRand(upperbound,lowerbound)
msgbox Int((upperbound - lowerbound + 1) * Rnd + lowerbound)
End Function
call genRand(10,1)
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment