I want to run QTP script on Linux server is it possible to
do this by connecting Windows to Linux through VPN/Terminal
Server and just run the script on Linux server.
No Answer is Posted For this Question
Be the First to Post Answer
Check whether given Number is Even or Odd?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
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
What is Procedure or Subroutine in VB Script?
How can you fetch the value of a cookie?
How to get path of the file through scripting?
Diff between web table ,datatable and data base (QTP)
What are the rules to name variable in vbscript?
what is the standards used for writing the script in QTP
Could Anybody Please tell me What is the script for Find 3rd Largest element in the Array without using a SORT function int Find(int arr[], int size); Thanks in Advance..
What is the use of the ‘open’ method to work with the database in the vbscript language and what connection string is passed in the same and what is its usage?
How to write Descriptive programming in .VBS file i wrote this code but it is giving error.. Dim qtApp set qtApp=createobject("QuickTest.Application") qtApp.Launch qtApp.Visible=True Set objIE = CreateObject("InternetExplorer.Application") objIE.visible = True objIE.Navigate "www.gmail.com" browser("title:=gmail").title("title:=gmail")