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..
No Answer is Posted For this Question
Be the First to Post Answer
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
Explain few date functions in vbscript?
how to genarate a random numbers in vb?
Write a VB Script to count blank Lines in a notepad
My questions is while writting descriptve programming, lets take flight reservation. Line1: systemutil.Run "D:\Program Files\Mercury Interactive\QuickTestProfessional\samples\flight\app\flight4 a.exe" dialog("text:=Login").WinEdit("attached text:=Agent Name:").Set "mercury" dialog("text:=Login").WinEdit("attached text:=Password:").Set "mercury" dialog("text:=Login").WinButton("text:=OK").click window("text:=Flight Reservation").Activate window("text:=Flight Reservation").ActiveX ("acx_name:=MaskEdBox").Type "111111" window("text:=Flight Reservation").WinComboBox("attached text:=Fly From:").Select "Frankfurt" window("text:=Flight Reservation").WinComboBox("attached text:=Fly To:").Select "London" window("text:=Flight Reservation").WinButton ("text:=FLIGHT").Click window("text:=Flight Reservation").dialog("text:=Flights Table").WinList("text:=From").Select "13536 FRA 08.00AM LON 08.45AM SR $163.00" window("text:=Flight Reservation").dialog("text:=Flights Table").WinButton("text:=OK").Click window("text:=Flight Reservation").WinEdit("attached text:=Name:").Exist window("text:=Flight Reservation").WinEdit("attached text:=Name:").Set "sagar", Now i m getting the error in the last line. it is not accepting the WinEdit("attached text:=Name:") Please do solve this urgent...! and i want to know how to insert additional properties for an object and which properties we need to select from the object spy.
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
write a vbscript for finding the sum of the numbers from 1- 50
Which is the default Data types in VBScript?
How to capture a runtime error in vbscript?
To get data from table which method will be used in QTP
Explain the difference between POST and GET Method.
Can anybody code this problem for me in VB script - Create an array of 4 elements, increase its size to 7 elements and then find out which of the elements are prime (use functions)