When to use function procedures and what are its characteristics?
No Answer is Posted For this Question
Be the First to Post Answer
How can you test font size, type and color using QTP tool?
What is the use of the date function in the vbscript language?
how to retrieve native property value in runtime?
Inorder to avoid Message box while writing script which alternative method can be used?
write a vb script to display factorial of a number using function
1.I want to establish connection with excel and also want to fetch the data using SQL queries. 2.the code should be written in such a way that in future if I want to migrate from excel to MS excess database , then there should be minimal changes.
Explain the filter expression?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
how to add the shared repository file to the script file while running the script manuall
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
write a vb script to generate 3*3 matrix
how to add action through AOM in QTP