write a vb script to find simple interest using functions
Answer / mudaseer
sub si(p,t,r)
dim si
si=p*t*r/100
msgbox si
end sub
call si(10,10,1)
| Is This Answer Correct ? | 23 Yes | 7 No |
Explain the adodb.stream class?
1 2 2 3 3 3 4 4 4 4 5 5 5 5 5 how to find using vbscripting
Write a program to create a Dynamic array of size 5 elements and display all the elements.
Hi Friends my Question is very simple,in Manual testing when we click on a hyper link it directs us to the relavent page or it re-directs us to the current page,so there we can easily write testcase but same thing if we do in automation script using QTP & need to generate report using Reporter.report event how we will do it?thanks in advance...
write a vbscrpit to swap values
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
how to increasing the numbers in a given text box please write a vb script
Explain different types of segment?
compare the string without using stringcomp function?
What is the use of option explicit statement?
How will you compare two strings in vbscript?
What is the differene between QTP 8.2 and QTP 9.0 and QTP 9.1,Pls give me answer ASAP.