When does ‘on click of button’ event gets triggered in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
write a vb script to generate hello 5 times using do until loop
Is it possible to pass optional argument to function in vb script?
Hello All, In QTP 9.2 for Mozilla Firefox, there is webelement in my application, I tried to click on that using decsriptive programming, but it does not work. and for this i tried this code too: Set obj = CreateObject ("Mercury.DeviceReplay") absx = Browser("").Page("").WebElement(".").GetROProperty ("abs_x") absy = Browser("").Page("").WebElement(".").GetROProperty ("abs_y") obj.MouseMove absx, absy obj.MouseClick absx, absy, 0 But it is not clicked. Can anyone help me out for this problem. Thnx in Advance
i have to open a notepad having no. of words in dat file by recording in qtp and then find a particular word and display true or false
what is the function to get the ascii value of the character?
hi Set myobj=Description.Create() myobj("type").value="submit" myobj("name").value="google search" myobj("html tag").value="button" browser("title:=google").page("title:=google").webButton (myobj).Click i was running above code in one weak back it was working fine i got result,again i opened after few days ,again i was trying to run the code it shows run time error in last line of my code ,why ?pls answer my question?
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
what is the differance between BYVAL,BYREF?
Write a vbscript procedure that converts feet to inches. Hint: there are 12 inches in a foot?
write a vbscrpit to swap values
how to retrive the tooltip by using descriptive programming in qtp?
Hi, I need to accept user inputs for login at runtime.I know i can use Inputbox but how to proceed further that i dont know. Thanks in advance