Welcome to Platform Lab

Platform Lab provides the best value -- for any company, anywhere -- to conduct IT test projects.

Platform Lab provides a competitive advantage to our clients by offering short term physical or remote access to IT hardware, software and massive bandwidth for all types of companies for the explicit purpose of IT testing and projects.

Clients save 50% to 96% on infrastructure by conducting their IT test projects at Platform Lab.

Do you want to gain a competitive advantage?

Get Started with Platform Lab

       

Featured Articles and Information Database

Platform Lab strives to bring the best value in IT testing to our global clientbase. In the area of IT testing, developments happen on a daily basis, and staying ahead of the game is crucial in order to provide the best technolgoies, test tools and information to our clients. Our featured articles and information database will not only allow clients to stay up to date with the ever increasing capabilities of Platform Lab, but it will also allow them to access additional information related to IT testing.

Feel free to browse the articles below to learn more about Platform Lab's capabilities, partnerships and additional information about IT testing.

<% dim dtNow dim objConn dim objRs dim sOHNPostDate dim sOHNPost dim bExists bExists = false Set objConn = Server.CreateObject("ADODB.Connection") Set objRs = Server.CreateObject("ADODB.Recordset") objConn.open APPLICATION("CONNECTIONSTRING") sSQL = "select top 1 ohnpostdate, ohnpostdata from ohnpost order by ohnpostid desc" objRs.Open sSQL,objConn if objRs.EOF = false then sOHNPostDate = objRs.Fields.item("ohnpostdate").value sOHNPost = objRs.Fields.item("ohnpostdata").value bExists = true end if objRs.Close if bExists then Response.Write "

" & sOHNPostDate & "

" & VBCRLF Response.Write "
" Response.Write "

" & replace(sOHNPost, vbcrlf, "
") & "

" & VBCRLF Response.Write "

" & VBCRLF end if sSQL = "select top 25 ohnfileid, ohnfiledate, ohnfiletitle, ohnfiletype, datalength(ohnfiledata) as bytes from ohnfile order by ohnfileid desc" objRs.Open sSQL,objConn if objRs.EOF = false then Response.Write "

Files

" & VBCRLF Response.Write "
" Response.Write "" & VBCRLF Response.Write "" & VBCRLF Response.Write "" & VBCRLF Response.Write "" & VBCRLF Response.Write "" & VBCRLF Response.Write "" & VBCRLF Response.Write "" & VBCRLF do while objRs.EOF = false sOHNFileId = objRs.Fields.item("ohnfileid").value sOHNFileDate = objRs.Fields.item("ohnfiledate").value sOHNFileTitle = objRs.Fields.item("ohnfiletitle").value sOHNFileType = objRs.Fields.item("ohnfiletype").value sOHNFileSize = objRs.Fields.item("bytes").value Response.Write "" Response.Write "" Response.Write "" Response.Write "" Response.Write "" Response.Write "" & VBCRLF objRs.MoveNext loop Response.Write "

Date

Title

Type

Size

" & sOHNFileDate & "

" & sOHNFileTitle & "

" & sOHNFileType & "

" & sOHNFileSize & "

" & VBCRLF Response.Write "

" & VBCRLF end if objRs.Close objConn.Close %>