Automation Testing (7699)
Manual Testing (7121)
QA Concepts (917)
Mobile Testing (238)
Test Cases (630)
Test Documents Reporting (59)
Database Testing (90)
Behavior Driven Development (BDD) (103)
Testing AllOther (1138) What type of Bugs will occur in Banking Project and pls send the Scenario,Testcases for the same?
TCS,
3 11352Hai Friends! anybody atteded the interview in Covancys pls tell me what is the question's they are asking in interview (HR and Writen Test)? URGENT
1 6152can anybody explain me the role of QA in every phase of SDLC (PHASE WISE) to privent from bug.with real life example.1)requirement analy.2)designing 3)coding 4)testing 5)implementation 6)maintenance. PHASE WISE
2 10153What type of document produce SRS. WHAT type of document produce FS(functional spec.) what type of document produce SDS(design spec.) Please give me a hierarchy of process of document, which the companies follow
3 13438what the tester should do ,if there are bugs in the requirements made by the business analyst?
4 8218What is severity and priority?Give some examples of severity and priorty and high severity & low priority and viceverse and also explain each.
22 64475
On what factors can you map the success of automation testing?
What are the loadrunner testing process?
Which advantages helping QTP to hold the position of "Market Leader" for such a long period?
What is smoke testing and user interface testing ?
Can someone help to write testcase for the scenario as early as possible.: 1. Complaint logged since one week 2. complaint info sent to supervisor with high priorit mail 3. 10 users logged into website , performance could not be degraded ( response within 5 seconds) 4. site should be user protected. 5. it should be work with IE 6 IE 7 6. complaint log should be generated more than one week
how can we do database testing. In database testing we verify the data integrity and data validation. how can we do testing of Index, triggers, views, ransactions,cursors etc
Define cucumber report?
what is the SOAP UI and Web services? what are the uses in testing?
Explain what is the difference between simulator and emulator?
what is meant by source control?
what is agile model and spiral maodel?pls explain with an example?
What is the difference between test scenarios, test cases, and test script?
Functions call by reference and call by value. i want the diff b/n these 2 and how will be the script for this?in which situation we use these 2..?pls explain me clearly
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
They asked by using qtp recording writing scripting