WE ARE PLANING TO DESIGN AUTOMATION FRAME WORK. HOW TO CALL
CONFIGURATION SCRIPT FILE(.VBS) FROM DRIVE SCRIPT FILE(.VBS)
Answer / 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 |
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
do you prepared framework,pls answer this
Is QTP supports Unix. If yes, then how the test automation is done?
How to capture all the data of a webtable, weblist and combolist using QTP?
What is deference between normal QTP testing and descriptive programming?
It seems Interview questions from Ordain Solutions are almost BASIC LEVEL-Easy. I am asking one tough question..(I think.. May be easy for some people) In recorded script the - WebLink("cityinfo") In reality, the WebLink name is "generalinfo" How you can write function to click that changed web link. NOTE: This functin should work with any Dynamic text link. I will post the answer later.
Hi All, I need 5 yrs exp manual and automation testing using QTP sample resume. is there any body having please send me my mail id is bjr@aol.in Tahnks in Advance
There are some links on the page,count and click those links and check the text on the page displayed on clicking the link.write script for this scenario.
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...
why we use check points , In qtp we use the any check points , what r they , when and why
Plz explain about object propeties in object identification? means.. explain about 1. mandatory properties.2. assestive properties 3. ordinal properties.
How do u retrieve data from a text file into different variables. i.e. in a text file named "source" , the data is like : india,1000,japan,200,china,50,singapore,45050 this is given in the first line of the text file. in the second line of the text file the dta is: sun,moon,planet,river,earth,water if u use "readline" method by using FSO concept u can retrieve the entire line in to a variable. but i want to import each field (ex: "india" in one variable, "1000" in another variable etc..). Apprecitae proper replies.