how to check whether link is disabled in QTP??
No Answer is Posted For this Question
Be the First to Post Answer
What are events in the vbscript language?
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
How can I write HTML text to the window in VB Script?
Explain about the asc function?
who you define variables and functions in VB?
which one is more secure vb script or java script ??????? or both are same ??????
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
How to use QTP Object in .vbs(vbscript file) file Ex: Browser().., wait(), exist() and etc...
join all the array values without using join function?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
Plz give the vb script for the following scenerio. In travel booking we have to select from delhi to mumbai from the combobox The prices will be display in another combo box .But i have to select the lowest price for it and submit it