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) Can you write a script for to insert array elements in an excel A to Z columns only. if the number oe elements in the array is greater than the number of columns (A to Z), come to next row and proceed furthur. eah cell should contain only one array value.
1 3541Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
1799You have a WebTable in Web application. When you Record a Scenario using QTP, WebTable didn't recognized and also Repository is not having Webtable information. In this case How to find RowCount and Coloumn Count?
2 7368what will be verification and validation test cases for yahoo login page (only functional test cases)? Please explain in details.
Ebix,
2 14713who is perform user acceptance testing and when it will conduct? is it before alpha testing or after alpha testing? Please post the answer as soon as possible
IBM,
3 7190I have 1+ year exp. in web based testing & now I want to switch my job so anyone can tell me which types question generally ask in interview(which related to web based testing ) ???
1 3917What are the critical defect can find in web based testing(Like if any interview asked what critical defect you found in web based testing)????
1 6554in which situation u will use recording and in which situation u will used to write script manually
1 3635
what is the use of generate script that is avaliable 3 places(file settings, tools, object identification)
Explain what is jmeter?
What are the advantages of black box testing?
What are some of the advantages of selenium grid?
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
Explain how you would allocate a task to team members?
Hi,can anyone help me with sap testing.how is sap testing done
What are the common defects found in your project? (in qtp interview)
What is backus-naur form?
How to execute javascript in selenium?
What are the types of text lines in a testplan file?
In database testing, what do we need to check normally?
How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks
Where are the testplan attributes stored?
What are the different keyboard operations that can be performed in selenium?