Test director or Quality Center nicely integrates also with QuickTest. You will then be able to launch QTP scripts from TD on the client itself or remotely.
You can get a free one-month evaluation of Quality Centre..It's def worth a try. You will then get a better opinion whether the tool...
Hi,
I have an html file with a vbscript function.
I have a form in which i send the value to my vbs function.
In the below form, I'm passing 1 parameter and it does work:
function Runtest(iteration)
...
....
End function
<FORM name ="Input">
Please enter your iteration: <INPUT...
Hi,
I have an html page with a vbscript function.
I have a form in which i send the value to my vbs function.
In the below form, I'm passing 1 parameter and it does work:
function Runtest(iteration)
...
....
End function
<FORM name ="Input">
Please enter your iteration: <INPUT...
Hi,
I have an html file with a vbscript function.
I have a form in which i send the value to my vbs function.
In the below form, I'm passing 1 parameter and it does work:
function Runtest(iteration)
...
....
End function
<FORM name ="Input">
Please enter your iteration: <INPUT...
Hi niteowl,
good news!
I have have been able to fix the issue. Please find below in between the asterics the solution. It was basically DCOM settings.
As you have suggested, I am using an HTA file, which is working fine.
As it works fine with an hta application, I will try to implement...
hi the niteowl,
i threw this issue to mercury support and they also have the same issue. However, they said they did manage to make it work using W2K machines - so it seems that XP SP2 has added security features such as re-enforcing permissions, which is preventing us to run the automated test...
hehe! true, thanks so much niteowl - i have given you a 2sd star. :-)
Thanks for all. I will now investigate whether I can run quicktest from the command line.
Anyway, i will keep u guys updated,
thanks again,
kev
Hi theniteowl,
-Yes, when i ran the script on my machine itself, i got the app to launch. It seems to be because I already have the software installed.
- i have as u said trimmed the code so that I just open the application and it seems that I can't launch qtp on the remote quicktest machine...
theniteowl,
I have tried what you suggested me and this is what I get:
I have asked one of my collegue who doesn't have quick test installed on his machine and he got the below error message:
ActiveX component can't create object: 'QuickTest.Application'
I have added my collegue in the...
hi shilu,
to replay a shortcut, u need to do the following:
Set WshShell = CreateObject("Wscript.Shell")
WshShell.SendKeys "{F1}"
This example demonstrates how to press on the F1 shortcut,
hope this helps,
cheers,
kev
Hi,
- I don't believe it is a IIS permission issue as I did put the script in a share drive and I also got the permission denied issue
- I have used Filemon to debug any permissions with one of our developer but he said that the permission issue is not the server. We didn't get any permissions...
the suggestion from mercury is not right. they got the '.' and '*' mixed up. it should be:
"*.Duplicate Insertion.*"
If this doesn't work, try to put a single space before and after the string like:
"*. Duplicate Insertion .*"
cheers,
Kev
Hi Rjurgens,
Please use the below function...all yo u need to do is place create a function call to that function in the last action of your test script.
Example:
If DataTable("Status",dtGlobalSheet) = "Pass" Then
aTo = "emailaddress"
Subject = "Test passed"
TextBody = "your comment"...
Hi gdafsu,
I have used the find method before..Maybe you can use it but I have never used it before. Did you have any luck with this method?
My suggestions:
- Try to spy on the results and use the appropriate properties to recognize the objects.
- Most of the time, you will need to use the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.