Please let me Know regarding any material regarding VB
Scripting which should be easily understandable for
Beginners.
No Answer is Posted For this Question
Be the First to Post Answer
If else for do while select in vb script?
write a vb-script code to delete all the mails in my gmail in the year 2011
how to retrive the tooltip by using descriptive programming in qtp?
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
Which operator is used to perform the comparison among 2 operands in the vbscript language?
I want to count the total no of links present in yahoo home page. The script like Set fileSysObject=createobject("Scripting.FileSystemObject") Set linksFileName=fileSysObject.opentextfile("D:\samplelinkfile.txt",2,true) Set linkDescObj=description.Create linkDescObj("micclass").value="Link" Set noOfLinks=browser("yahoo").Page("Yahoo!India").ChildObjects(linkDescObj) For i=0 to noOfLinks.count-1 linkName=noOfLinks(i).getROProperty("name") linksFileName.writeline(linkName) Next linksFileName.close Set fileSysObject=nothing But while running the script it is fail (the object not present in the object repository).How to overcome please tell me the detail steps...for QTP9.30
Hi, Anybody could you Please tell me How to write the script for Checking whether given number is Prime Number or not..Thanks in Advance
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
write a vbscript for finding the sum of the numbers from 1- 50
1. How to handle object implementation change in DP for Ex: i have login page with username,pasword (editboxes),login,cancel(buttons). Here i written DP code for login page with the help properties. My questions: 1.If properites are changing dynamically i will do (i want code for that) 2.if objects are changed dynamcally i will do (i wnat code for that)
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.
find the length of the string without using length function?