WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL
CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)
Answer Posted / raju
Place file in your script folder and use
Filename = Environment(“TestDir” ).value & “\Filename”
(or)
ExecuteFile "(*.vbs) path"
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How does qtp recognize objects in aut?
How can you identify the browser and its information using QTP script?
How to use parameterization in qtp?
Which scripting language used by quicktest professional (qtp)?
how to acess a test in RSA?
Explain how qtp identifies objects?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
Describe the differences between functions and actions in UFT?
How do you know the location Id of an object if you know its index id?
What is action? How many types of actions are there in qtp?
what are all the fileds present in object repository?
Explain in brief about the qtp automation object model (aom).
Tell me one scenario, the complex functionality you have automated in your project?
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
A FORM CONTAINS 5 FIELDS. 1 FIELD IS ENABLED REMAINING(4) FIELDS DISABLED. MY QUESTION IS ENTER VALUES INTO 1 FIELD AFTER THAT CLICK TAB BUTTON THEN 2 FIELD ENABLE THIS PROCESS CONTINUE UPTO 5TH FIELD. HOW TO WRITE CODE IN DESCRIPTIVE PROGRAMMING. PLZ TELL ME THE PROCEDURE AND CODE FOR IT.