QTP, QC, Load Runner and RFT tutorials - testing

I am newbie in testing. Can you please suggest me some good tutorials of
Quality Center
Quick Test Professional
RFT
Thanx in advance

Some links to start with.
VBScript: http://www.devguru.com/Technologies/vbscript/quickref/vbscript_list.html
QTP and VBScript tutorials: http://www.advancedqtp.com/first-steps/tutorials/vbscript-techniques-id124/vbscript-tutorial/
QTP tutorial: http://www.advancedqtp.com/knowledge-base/scripting-qtp/

For Quality Center, just read the documentation provided (see under help menu) it's a bit long, but pretty good, and covers the entire product and work methodologies.

Please refer to IBM RFT Release notes for Tutorials on RFT.

Related

karate and report portal integration

#peter Thomas Not sure if you have seen/heard of reportportal - https://github.com/reportportal/reportportal. This is interesting and It would be great if karate integrates with it. I also saw some one raising an issue there - https://github.com/reportportal/agent-java-cucumber/issues/18. I will try integrating and let you know and I am just suggesting something to you which can be a good value add. Your thoughts? Thanks.
Well we are deprecating the TestNG runner so that may be an issue unless there is community contribution: https://twitter.com/KarateDSL/status/1025067559027179521

How to configure KNIME/Weka to interact with my own software?

I have this task to bridge an analytics engine(like KNIME/Weka) to a software. However, I am new to KNIME and APIs and most of CSE.
Could someone possibly guide me as to how do I bridge the softwares? A brief explaining KNIME APIs would be very helpful or any other tips for that matter.
Thanks !!
Here are two links to use Weka from you Java code:
Basic tutorial 1
Basic tutorial 2
I cannot say how to use knime as I am mostly familiar with Weka.

Is there any GUI tools for flash feathers?

I found "feathers" that UIComponent library in FP11.
http://feathersui.com/
but In this library's tutorial, there is only usage by coding and no any GUI tools.
Is there anyone who know GUI tools for feathers?
Please let me know :)
thanks.
Additionally..
I'm just wondering If there isn't any good GUI tools, what is the pros or strengths of the feathers?
hum........
Unfortunately, there is no GUI editor available.
Here's the ticket: https://github.com/joshtynjala/feathers/issues/309
You can try out fluid-feathers for declarative-like UI description, though.

Setting up Voice Commands in my VB.net application

I wanted to put voice command options into my application. I read stuff online about grammers and SAPI but I can't seem to figure out how to actually use it in my VB.net applications. Does anybody know of any good guides or tutorials for me to use to get started on the subject?
Thanks :)
There is a pretty good tutorial with code sample here that provides a fairly thorough walkthrough of the APIs and discusses the differences between SAPI 5.1 and 5.3.

QuickStart Tutorials for Rational Functional Tester (RFT)

I am new to RFT. Infact I have seen the interface only once. But now my next project seems to be an automation using RFT. I would like to get some quick start on learning RFT(Rational Functional Tester).
Can anyone show me some quick links as to where can I start with this?
Thanks in advance.
Your best bet is to first download RFT from here
Once the installation is done, Click the Help tab, and then click Tutorials. That will be a good quick start IMO.
Then access the sample projects in RFT and it is Eclipse based, so if you have used Eclipse before, it will be fairly easy to pick up.
You could go in more detail later, and look up features like "keyword driven frameworks" etc for a real world example.
Best of luck!
Please refer to IBM Release notes link where you can find Simple tutorials to get started with RFT.