Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
7 22783Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
12 47728Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance
6 9771Hi, Anybody could tell me What is the script for Reverse of Given number. Ex:236--632. Thanks in Advance..
10 14095Here in my automation tool, i am retreiving some values and i need to store this values in the excel. How can i achieve this?. We are using VBA as scripting language. please let me know if you require any further inputs.
1 4210write a program to display the system specifications of client system with the help of vbScript.
2369Hi, Can anyone please send me vb script examples to practice vb and also material to learn vb scripting in QTP? my email id : hareen_11@yahoo.com
2286i 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
1 5837how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
5205
Why is the use of exit do or exit for statements within loops discouraged?
how to write codings in QTP using vb script. please help me. i am new to QTP. it is easy or very much tough. please tell me
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
How to Import data from a file (file is on the desktop) to the data table
What is the purpose of the err object in the vbscript language?
why do u choose to go for testing why cant for devoloping
How to take whole text output from screen of Bitmap Application.
how to check whether link is disabled in QTP??
What is the use of option explicit in vbscript?
How are arrays declared in the vbscript language?
Dear All, I am geting below IE error whilie executing the QTP scripts in Batch mode "Internet Explorer has encountered a problem and needs to close. We are sorry for the inconvenience." can any one suggest me how to resolve this issue . Thanks Balaji
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Explain about tristate constants?
What is purpose of scripting.filesystemobject class in vbscript?
How will you convert a string to upper case string using vbscript?