WinRunner (592)
Load Runner (730)
QTP (4305)
Test Director (199)
Rational TestSuite (121)
Silk Test (103)
Selenium (886)
Apache JMeter (102) Hi Friends, If you got one Bug , and you are insert that bug in bug tracking tool , and you need to attach SC's (screen shots) also. how to tae SC's , in your organization any separate tools available to take SC's. please provide Ans. its urgent... Thanx in advance
3 6128hai friends i'm learning qtp now where we r using only record &playback frame work.and people r saying in realtime they won't use this frame work. if so what frame work actually using in realtime .and could you give explanation comaparing the record &play back fm and what ever FWyou r using in your organization. hoping cool response. thanx in advance
3 6706In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
1962explian qtp frame work and what is the use of it? what is the neceecity of this? explian detail?
2 5516in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana)
IBM,
8 10754your doing one project testing then how u know itis wheather web based application or windows based application?
2 5074take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?
IBM,
2 15872
How to create a test frame?
What is the virtual object?
What is meant by the automation framework?
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
what you mean by artifact,milestone...
Explain me what are the main advantages of automation testing?
How does selenium score over other automation tools like hp qtp, ibm rft, and testcomplete?
List out different types of locators?
What do you mean by initialization of quota?
Explain the difference between gaussian and poisson timers.
What are the testing type supported by selenium webdriver?
What are various ways of locating an element in selenium?
To generate pdf reports mention what java api is required?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)