Write VB script to convert from feet to inches(hint 1feet=12
inches)
Answers were Sorted based on User's Feedback
Answer / pravina
Dim feet,inches,c
feet=4
c=12
inches=feet*c
msgbox feet&"feet="&inches&"inches"
| Is This Answer Correct ? | 7 Yes | 1 No |
Capture the Unique label changes on google home page for I am feeling lucky button and save those label changes to Notepad Note: Using QTP
when we use filter funtiom invb script(QTP)
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)
What is the scope of a constant declared using public?
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
What are the different types of loops available in the vbscript language?
If a calulator having 3 buttons (of any number)in 3 of them one is not working properly due to which answer is wrong always. write a script to find out which button is not working properly ?
can anyone tell me the procedure of interview held in applabs
who will create the object?
Explain about scrrun.dll?
Which function is used to perform string comparison?