after medical test,when will be the police verification
No Answer is Posted For this Question
Be the First to Post Answer
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
Explain the extension .hta?
Mention what is the difference between vbscript and vba?
How will you get a subset of a array in vbscript?
What is the use of the instr function?
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
Mention when to use function procedures and what are its characteristics?
write a vb script to open a text file and write into it
Explain few date functions in vbscript?
write any ttest cases using check points and parameterization
Please Example programms on vbscript 1)writing functions and calling functions
Hi I am having one folder with set of text files now i want to read and write that text files data into QTP. Any help plsss.