hey, i recently attended 2 interviews and they asked whether
I used qamonitor of softsmith. any help on what it does?
Answer Posted / dnlelwell
yes, we are using the same. cool features, simple to use.
better than qc. it does requirement mgmt, test planning,
execution and bug tracking. More than qc, it has one more
feature called task tracking. this is for test managers,
leads to assign tasks and testers to update status. if you
have time, see http://www.softsmith.com/products.html
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Mention what the main advantages of statement coverage metric of software testing are?
I need to learn everything I can about the SDLC. What is the best online resource?
What is cause-effect graphing?
what is modular framework?
What is scenario-based testing?
What is lload testing?
What is a database administrator?
How many effort estimation methods available in market for testing?
EXPLAIN HISTORY OF SOFTWARE ENGINERRING? ISO & CMM certification and its use in context to software testing
Which one you prefer, working with independent testing project or working along with development team?
Why are static testing and dynamic testing described as complementary?
What are the best practices for software quality assurance?
Set a=description.Create a("name").value="Google" Set b=description.Create b("Title").value="Google" Set c=description.Create c("micclass").value=" webedit" 'c("name").value="q" 'c("type").value="text" 'Set d=description.Create 'd("name").value="q" Set e=description.Create e("micclass").value="webbutton" e("name").value="Google Search" Set h=description.Create h("name").value="qtp - Google Search" Set desc=description.Create desc("micclass").value="webelement" desc("type")="qtp" Set l=description.Create l("title").value="qtp - Google Search" 'invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE","http://www.google.co.in/" invokeapplication"C:\Program Files\Internet Explorer\IEXPLORE.EXE" Browser(a).Page(b).WebEdit(c).set"qtp" Browser(a).Page(b).WebButton(e).click set z=Browser(h).Page(l).childobjects(desc) i=z.count print i 'For j=0 to i -1 ' m=z(j).getroproperty("text") ' msgbox m ' print m ' 'Next hi guys this is anil. i am beginner in advance qtp. i am trying to write script for searching web element (QTP)in google. i have posted a script plz check it. send me solution how to write scripting for search and counted no qtp word in google search . plz tell me the solution ASAP
What is memory leak and defect leak? Is there any harness testing? If yes, please explain?
What is software failure?