I want to open a Google page without recording a test and i
do not want to use system.Util.run command as well how do i
do this?
Answer Posted / manchk
Set Wsh = CreateObject("Wscript.Shell")
Wsh.run "cmd iexplore google.com"
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
when to start the automation?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
HI, pls help me on this, iam not able to capture getcelldata value in javatable... msgbox javawindow("").javatable("").getcelldata(3,3) but it diaplays empty...
How to Test the mainframe application?
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
What does it mean when a check point is in red color? What do you do?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
What is the keyword view and expert view in qtp?
What are the features supported by UFT?
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
Which environments does qtp support?
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.