I need to learn everything I can about what a Waterfall approach vs. an Agile approach looks like in QA Testing. What is the best online resource?
No Answer is Posted For this Question
Be the First to Post Answer
What is a user friendly software?
What are the main key components in Web applications and client and Server applications? (differences)
What is software requirements specification?
what are the certifications do we have in testing,i hold 2yrs 4months experience in testing..who are offering,how much do they cost..whom to contact .plz give me supporting URLs
What do you think would be a perfect testing tool for waterfall model?
What is the difference between preventative and reactive approaches to testing?
What do you call a collection of descriptions of the data items for the benefit of programmers and others who might need to refer to them? 1. A data dictionary 2. A data model 3. A repository 4. A specification 5. A data map
IS TESTING NEEDED TO EACH&EVERY PROJECT CUMPULSORY OR NOT?
I’ve heard that Zephyr, a test management tool saves the trouble of sending weekly and monthly status reports. Is that true?
Mention what the difference between pilot and beta testing is?
I have completed B.E.Electronics in may,1998.Completed one year computer course at NIIT in 1999....In 2000, I joined as electronics trainee in a small organisation. I continued in that job and resigned in 2005....... Till now I didnot get job. I have done software testing course in hyd. I want to show this 2+ years gap as exp.and want to get job. how? Can you give some projects with details in web as well as in client/server technology. I will practice them as if it were real project. How can I get job in testing field? I am new to this field. I have no exp.in this field.... Any consultencies please...how to proceed .....
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