can u store QTp frame work folders in VSS? If Not where u
store those?
Answer / lavanya ch
normally we willget application, we can create folders
manully... like create flight reservation---> and then
business functions-----> scripting--->test data--. constand-
-.log--> path--> we willcreate like these folders.
everytime u can save the information .vbs and using this
path we will execute....
or using file system object------. we can create floders.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can any one send me the QTP Basic Coding Samples?
WHAT IS THE DIFF BTW KEYWORD DRIVEN TESTING AND DATA DRIVEN TESTING?
HOw to add the recovery file at runtime to the test file .
Explain the check points in quicktest professional?
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
Per-Action Vs Shared repository?
can u explain about QTP Frameworks? what are the framework types are available? and How to set or create frame work for a application? Explain briefly?(Also give me one example)
Have you used xml check point in your project?
How can we encrypt the username using recording mode in login window? There is 2 encrypted types what are it
1.how can we report the QTP test result in a different excel sheet 2.
Hybrid framework supports Descriptive programming. Is it true?