Can u describe what kind of testing are for OTC derivates by
banks.
No Answer is Posted For this Question
Be the First to Post Answer
Which is the default Data types in VBScript?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.
Compare java script and vb script?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
what is the difference between modular and data and keyword driven framework
write a text script to display * as below ********** **** **** *** *** ** ** * * * * ** ** *** *** **** **** **********
i have developed the below QTP script to count the no of items available in the web list "Select a product" in www.bankrate.com and also want to print what are the items??? can any one help me to rectify the below script??? SystemUtil.Run "iexplore.exe","www.bankrate.com" a=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetTOProperty("items count") msgbox a Dim List() ReDim List(a-1) For i = 1 To a List(i-1)=Browser("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").page ("title:=Mortgage Rates Credit Cards Refinance Home CD Rates by Bankrate.com").Weblist("name:=select").GetItem(i) Print List(i-1) Next
What are class variables?
What are events in the vbscript language?
What is the use of "Option Explicit"?
How can constants be declared in the vbscript language?
compare the string without using stringcomp function?