what is diff between static and dynaic arrys?
No Answer is Posted For this Question
Be the First to Post Answer
How strcomp function works?
Explain about vb script?
Write a program to create a Dynamic array of size 5 elements and display all the elements.
Explain the constants in vbscript?
What is the purpose of the err object in the vbscript language?
Hi Friends, I have an issue like the describe below: I'm using QTP and I'm testing on SharePoint. As you knoe, SharePoint has a customize function for user, so that, If I add an object Web Table at the first time, that object was recognized by "index" and "html tag", after that, if someone change the display of web part, the "Index" of my object was changed as well and QTP unable to select that Web Table. Can you guide me how to identify or anyway to keep that Web Table object as unique object? Thanks a lot.
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
Explain the asc function?
How will you reverse a string in vbscript?
write generic functions for webapplication?like generic function for webedit generic function for webbutton generic function for links
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next
What are the 2 ways to pass a value to the function?