Explain about .wsf files?
No Answer is Posted For this Question
Be the First to Post Answer
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
How to create pull down menu box using vb script
Which is the default Data types in VBScript?
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
best training centre in bangalore
How can you test font size, type and color using QTP tool?
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
Explain about the support of asp for vb script functionality?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
What methods are used to create text files and open text files in the vbscript language?
Which object provide information about a single runtime error in a vbscript?
compare the string without using stringcomp function?