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) In Datatable having the data like this S.no Name Address 1 raj hyderabad 2 suresh Mumbai 3 shyam chennai 4 dev banglore i want to get the shyam row id & column id using scipting i.e 3,3
4 8442In Developer view it is a high priority defect & in tester view it is a low severity defect what is that how to define with an example
2 7789There is one parent browser and 'n' number of child browsers on desktop. Write a code to close all the child browsers but parent browser should not be closed.
1 6493As a QA point of view choose any one only (what u will do first) 1. System Testing 2. Functional Testing
AMD,
4 8756Hi, I Need code to click the webbutton inside of webtable. I need to click a particular 'Edit' webbutton inside of webtable. For Example... Having 5 Rows and 10 Columns. 'Edit' webbutton are placed in 10th Column. I need to click the 3rd row 'Edit' button with unique value. Browser("....").Page("...").Frame("...").WebButton("btn_Edit ") I Tried with below code: Set objButton = Browser("...").Page("...").Frame("...").WebTable("...").Chil dItem(3,10, Webbutton,0).Click - Not working this code :( Anyone can help me to sort out this simple issue ???
1 4195how to find that a file has been completely downloaded or not? I told that "download Complete" pop up. but he told the tool doesn't recognize the pop up
1 4605I have a library function , with that function 100 scripts are being called. The library function is changed(something is added) . how do i update all the scripts.
IBM,
1 4472I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
1975write vbscript in qtp tool for senario, in the given sheet add each number in each row and each colunm and show result
3 7159
what is the difference between the normal testing and embedded testing?
What are the important modules of an automation testing framework?
Discuss what test metrics you feel are important to publish an organization?
What is the firefoxdriver, class or an interface? And which interface does it implement?
can anyone suggest me any low cost tool that can support both Manual and Automation testing ?
What is action?
How to define an object verification in a test case?
Define what is cucumber dry run?
Hi, i am looking job in perfomance testing using Loadrunner can any body help me a project in any domine plz(Usah) chs_29@rediffmail.com
List some advantages of test automation?
Kindly tell me some good websites from where I can study about sqa and testing(advance and new material)
what is clean sweep?
What are different forms of selenium?
What is a correlation?
Explain advantages and disadvantages kdf?