i am having some basic knowledge in c and VB 6.0. i qtp i
want to know how to write the codings. by recording it is
generating lot of codings. for example i want to test the
text box. senerio is text box should not accept alphabets
if it accept alphabets we should return fail status if it
get number we should return pass status. how to write
coding in vb script please help me
No Answer is Posted For this Question
Be the First to Post Answer
wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me
How do I check that the names in a weblist are correct e.g in flight application the names of item are Denver, paris,London, etc. How do I ensure the correct item is displayed from the list after doing item count ?
What is event handling in vbscript?
reverse the string without using reverse string?
write a vb script to generate 3*3 matrix
How will you convert a string to upper case string using vbscript?
How can I write HTML text to the window in VB Script?
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
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
how to store charecters of HARIBABU Using arrays
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
Hi All, I am facing one problem in QTP. There is link object in my application that exist in the Frame in mozilla firefox. Click event on that object is not working but once the frame is enabled/activated then click event works fine.But the frame does not have the activate property. This problem is coming in firefox only. Regards